pub(crate) struct AllocDrop {
pub(crate) ptr: *mut u8,
pub(crate) size_bytes: usize,
pub(crate) align: usize,
}
Fields§
§ptr: *mut u8
§size_bytes: usize
§align: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllocDrop
impl RefUnwindSafe for AllocDrop
impl !Send for AllocDrop
impl !Sync for AllocDrop
impl Unpin for AllocDrop
impl UnwindSafe for AllocDrop
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