pub struct realloc(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Peek for realloc
impl Peek for realloc
impl Copy for realloc
Auto Trait Implementations§
impl Freeze for realloc
impl RefUnwindSafe for realloc
impl Send for realloc
impl Sync for realloc
impl Unpin for realloc
impl UnwindSafe for realloc
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