pub struct Excess(pub NonNull<u8>, pub usize);Expand description
Represents the combination of a starting address and a total capacity of the returned block.
Tuple Fields§
§0: NonNull<u8>§1: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Excess
impl RefUnwindSafe for Excess
impl !Send for Excess
impl !Sync for Excess
impl Unpin for Excess
impl UnwindSafe for Excess
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