#[repr(C)]pub struct MEM_ROOT { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MEM_ROOT
impl RefUnwindSafe for MEM_ROOT
impl Send for MEM_ROOT
impl Sync for MEM_ROOT
impl Unpin for MEM_ROOT
impl UnwindSafe for MEM_ROOT
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