Struct intuicio_framework_pointer::Ptr
source · pub struct Ptr<T> { /* private fields */ }
Implementations§
Trait Implementations§
impl<T> Copy for Ptr<T>
impl<T> Send for Ptr<T>where
T: Send,
impl<T> Sync for Ptr<T>where
T: Sync,
Auto Trait Implementations§
impl<T> RefUnwindSafe for Ptr<T>where
T: RefUnwindSafe,
impl<T> Unpin for Ptr<T>
impl<T> UnwindSafe for Ptr<T>where
T: RefUnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere
T: Default,
fn initialize() -> T
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more