pub struct AllocHandlInst;Expand description
AllocHandlInst (209).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllocHandlInst
impl RefUnwindSafe for AllocHandlInst
impl Send for AllocHandlInst
impl Sync for AllocHandlInst
impl Unpin for AllocHandlInst
impl UnsafeUnpin for AllocHandlInst
impl UnwindSafe for AllocHandlInst
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