pub struct PointerDetail { /* private fields */ }
Expand description
A PointerDetail represents a pointer type.
Implementations§
Source§impl PointerDetail
impl PointerDetail
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PointerDetail
impl RefUnwindSafe for PointerDetail
impl Send for PointerDetail
impl Sync for PointerDetail
impl Unpin for PointerDetail
impl UnwindSafe for PointerDetail
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