pub struct Buffer<Inner, const BLOCKS: usize, const SIZE: usize> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Inner, const BLOCKS: usize, const SIZE: usize> Freeze for Buffer<Inner, BLOCKS, SIZE>
impl<Inner, const BLOCKS: usize, const SIZE: usize> !RefUnwindSafe for Buffer<Inner, BLOCKS, SIZE>
impl<Inner, const BLOCKS: usize, const SIZE: usize> Send for Buffer<Inner, BLOCKS, SIZE>
impl<Inner, const BLOCKS: usize, const SIZE: usize> Sync for Buffer<Inner, BLOCKS, SIZE>
impl<Inner, const BLOCKS: usize, const SIZE: usize> Unpin for Buffer<Inner, BLOCKS, SIZE>
impl<Inner, const BLOCKS: usize, const SIZE: usize> !UnwindSafe for Buffer<Inner, BLOCKS, SIZE>
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