pub struct Alloc(pub AllocId, pub AllocPtr);Tuple Fields§
§0: AllocId§1: AllocPtrTrait Implementations§
Auto Trait Implementations§
impl Freeze for Alloc
impl RefUnwindSafe for Alloc
impl !Send for Alloc
impl !Sync for Alloc
impl Unpin for Alloc
impl UnwindSafe for Alloc
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