pub struct BufBlockReader<'a, const STEP_SIZE: usize> { /* private fields */ }Implementations§
Source§impl<'a, const STEP_SIZE: usize> BufBlockReader<'a, STEP_SIZE>
impl<'a, const STEP_SIZE: usize> BufBlockReader<'a, STEP_SIZE>
Auto Trait Implementations§
impl<'a, const STEP_SIZE: usize> Freeze for BufBlockReader<'a, STEP_SIZE>
impl<'a, const STEP_SIZE: usize> RefUnwindSafe for BufBlockReader<'a, STEP_SIZE>
impl<'a, const STEP_SIZE: usize> Send for BufBlockReader<'a, STEP_SIZE>
impl<'a, const STEP_SIZE: usize> Sync for BufBlockReader<'a, STEP_SIZE>
impl<'a, const STEP_SIZE: usize> Unpin for BufBlockReader<'a, STEP_SIZE>
impl<'a, const STEP_SIZE: usize> UnsafeUnpin for BufBlockReader<'a, STEP_SIZE>
impl<'a, const STEP_SIZE: usize> UnwindSafe for BufBlockReader<'a, STEP_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