Struct libil2cpp::raw::Il2CppStatStg
source · [−]#[repr(C)]pub struct Il2CppStatStg {
pub name: *mut Il2CppChar,
pub type_: u32,
pub size: u64,
pub mtime: Il2CppFileTime,
pub ctime: Il2CppFileTime,
pub atime: Il2CppFileTime,
pub mode: u32,
pub locks: u32,
pub clsid: Il2CppGuid,
pub state: u32,
pub reserved: u32,
}
Fields
name: *mut Il2CppChar
type_: u32
size: u64
mtime: Il2CppFileTime
ctime: Il2CppFileTime
atime: Il2CppFileTime
mode: u32
locks: u32
clsid: Il2CppGuid
state: u32
reserved: u32
Trait Implementations
sourceimpl Clone for Il2CppStatStg
impl Clone for Il2CppStatStg
sourcefn clone(&self) -> Il2CppStatStg
fn clone(&self) -> Il2CppStatStg
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Il2CppStatStg
impl Debug for Il2CppStatStg
impl Copy for Il2CppStatStg
Auto Trait Implementations
impl RefUnwindSafe for Il2CppStatStg
impl !Send for Il2CppStatStg
impl !Sync for Il2CppStatStg
impl Unpin for Il2CppStatStg
impl UnwindSafe for Il2CppStatStg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more