pub struct PacketBuf<const MTU: usize> { /* private fields */ }
Expand description
Represents a packet of size MTU.
Implementations§
Auto Trait Implementations§
impl<const MTU: usize> Freeze for PacketBuf<MTU>
impl<const MTU: usize> RefUnwindSafe for PacketBuf<MTU>
impl<const MTU: usize> Send for PacketBuf<MTU>
impl<const MTU: usize> Sync for PacketBuf<MTU>
impl<const MTU: usize> Unpin for PacketBuf<MTU>
impl<const MTU: usize> UnwindSafe for PacketBuf<MTU>
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