Struct libil2cpp::raw::Il2CppGuid
source · [−]#[repr(C)]pub struct Il2CppGuid {
pub data1: u32,
pub data2: u16,
pub data3: u16,
pub data4: [u8; 8],
}
Fields
data1: u32
data2: u16
data3: u16
data4: [u8; 8]
Trait Implementations
sourceimpl Clone for Il2CppGuid
impl Clone for Il2CppGuid
sourcefn clone(&self) -> Il2CppGuid
fn clone(&self) -> Il2CppGuid
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 Il2CppGuid
impl Debug for Il2CppGuid
impl Copy for Il2CppGuid
Auto Trait Implementations
impl RefUnwindSafe for Il2CppGuid
impl Send for Il2CppGuid
impl Sync for Il2CppGuid
impl Unpin for Il2CppGuid
impl UnwindSafe for Il2CppGuid
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