Struct Excess
std::alloc
pub struct Excess(pub NonNull<u8>, pub usize);
allocator_api
Represents the combination of a starting address and a total capacity of the returned block.
impl Debug for Excess
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl !Send for Excess
impl !Sync for Excess