pub struct RawPointer { /* private fields */ }Trait Implementations§
Source§impl Clone for RawPointer
impl Clone for RawPointer
Source§fn clone(&self) -> RawPointer
fn clone(&self) -> RawPointer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RawPointer
impl Debug for RawPointer
Source§impl Default for RawPointer
impl Default for RawPointer
Source§fn default() -> RawPointer
fn default() -> RawPointer
Returns the “default value” for a type. Read more
Source§impl PartialEq for RawPointer
impl PartialEq for RawPointer
impl Copy for RawPointer
Auto Trait Implementations§
impl Freeze for RawPointer
impl RefUnwindSafe for RawPointer
impl Send for RawPointer
impl Sync for RawPointer
impl Unpin for RawPointer
impl UnwindSafe for RawPointer
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