pub struct Excess(pub *mut u8, pub usize);
Represents the combination of a starting address and a total capacity of the returned block.
impl Debug for Excess
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/heap/struct.Excess.html