pub struct HeapFactory;Expand description
A BufferFactory that creates heap-allocated buffers.
Trait Implementations§
impl BufferFactory for HeapFactory
Available on crate feature
alloc only.Auto Trait Implementations§
impl Freeze for HeapFactory
impl RefUnwindSafe for HeapFactory
impl Send for HeapFactory
impl Sync for HeapFactory
impl Unpin for HeapFactory
impl UnwindSafe for HeapFactory
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