Struct libil2cpp::raw::Il2CppSafeHandle
source · [−]#[repr(C)]pub struct Il2CppSafeHandle {
pub base: Il2CppObject,
pub handle: *mut c_void,
pub state: c_int,
pub owns_handle: u8,
pub fullyInitialized: u8,
}
Fields
base: Il2CppObject
handle: *mut c_void
state: c_int
owns_handle: u8
fullyInitialized: u8
Trait Implementations
sourceimpl Clone for Il2CppSafeHandle
impl Clone for Il2CppSafeHandle
sourcefn clone(&self) -> Il2CppSafeHandle
fn clone(&self) -> Il2CppSafeHandle
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
impl Copy for Il2CppSafeHandle
Auto Trait Implementations
impl RefUnwindSafe for Il2CppSafeHandle
impl !Send for Il2CppSafeHandle
impl !Sync for Il2CppSafeHandle
impl Unpin for Il2CppSafeHandle
impl UnwindSafe for Il2CppSafeHandle
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