pub struct StackFactory<const LEN: usize>;Expand description
A BufferFactory that creates stack-allocated buffers.
Trait Implementations§
impl<const LEN: usize> BufferFactory for StackFactory<LEN>
Auto Trait Implementations§
impl<const LEN: usize> Freeze for StackFactory<LEN>
impl<const LEN: usize> RefUnwindSafe for StackFactory<LEN>
impl<const LEN: usize> Send for StackFactory<LEN>
impl<const LEN: usize> Sync for StackFactory<LEN>
impl<const LEN: usize> Unpin for StackFactory<LEN>
impl<const LEN: usize> UnwindSafe for StackFactory<LEN>
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