pub struct NoStd<const C: usize> { /* private fields */ }Expand description
Buffer used in combination with a Context.
This type of allocator has a fixed capacity specified by C and can be
constructed statically.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const C: usize> !Freeze for NoStd<C>
impl<const C: usize> !RefUnwindSafe for NoStd<C>
impl<const C: usize> Send for NoStd<C>
impl<const C: usize> !Sync for NoStd<C>
impl<const C: usize> Unpin for NoStd<C>
impl<const C: usize> UnwindSafe for NoStd<C>
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