pub struct Deframer<const N: usize> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for Deframer<N>
impl<const N: usize> RefUnwindSafe for Deframer<N>
impl<const N: usize> Send for Deframer<N>
impl<const N: usize> Sync for Deframer<N>
impl<const N: usize> Unpin for Deframer<N>
impl<const N: usize> UnwindSafe for Deframer<N>
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