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