Struct musli_allocator::SystemBuffer
source · pub struct SystemBuffer { /* private fields */ }Available on crate feature
alloc only.Expand description
A dynamic buffer allocated on the heap.
Implementations§
source§impl SystemBuffer
impl SystemBuffer
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SystemBuffer
impl !RefUnwindSafe for SystemBuffer
impl !Send for SystemBuffer
impl !Sync for SystemBuffer
impl Unpin for SystemBuffer
impl UnwindSafe for SystemBuffer
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