pub struct RawHandle { /* private fields */ }Expand description
A handle to an allocated object of a dynamic vector that does
not own a T.
Implementations§
Trait Implementations§
impl Copy for RawHandle
Auto Trait Implementations§
impl Freeze for RawHandle
impl RefUnwindSafe for RawHandle
impl !Send for RawHandle
impl !Sync for RawHandle
impl Unpin for RawHandle
impl UnwindSafe for RawHandle
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