pub struct Mess;Implementations§
Source§impl Mess
impl Mess
pub fn get(label: impl Into<Il2CppString>) -> Il2CppString
pub fn load(file_name: impl Into<Il2CppString>) -> bool
pub fn try_load(file_name: impl Into<Il2CppString>) -> bool
pub fn free(file_name: impl Into<Il2CppString>) -> bool
pub fn try_free(file_name: impl Into<Il2CppString>) -> bool
pub fn is_exist(label: impl Into<Il2CppString>) -> bool
pub fn is_load_done(file_name: impl Into<Il2CppString>) -> bool
pub fn is_file_exist(file_name: impl Into<Il2CppString>) -> bool
pub fn get_language_directory_name() -> Il2CppString
pub fn get_file_path(label: impl Into<Il2CppString>) -> Il2CppString
Auto Trait Implementations§
impl Freeze for Mess
impl RefUnwindSafe for Mess
impl Send for Mess
impl Sync for Mess
impl Unpin for Mess
impl UnwindSafe for Mess
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more