pub struct SimpleBarAllocator { /* private fields */ }Implementations§
Trait Implementations§
Source§impl BarAllocator for SimpleBarAllocator
impl BarAllocator for SimpleBarAllocator
Source§impl Default for SimpleBarAllocator
impl Default for SimpleBarAllocator
Source§fn default() -> SimpleBarAllocator
fn default() -> SimpleBarAllocator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimpleBarAllocator
impl RefUnwindSafe for SimpleBarAllocator
impl Send for SimpleBarAllocator
impl Sync for SimpleBarAllocator
impl Unpin for SimpleBarAllocator
impl UnwindSafe for SimpleBarAllocator
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