pub struct RxBlock<'a> { /* private fields */ }
Available on (DragonFly BSD or FreeBSD or macOS or NetBSD or OpenBSD) and FreeBSD only.
Expand description
A memory-mapped region used for zero-copy reception of packet frames.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RxBlock<'a>
impl<'a> RefUnwindSafe for RxBlock<'a>
impl<'a> Send for RxBlock<'a>
impl<'a> Sync for RxBlock<'a>
impl<'a> Unpin for RxBlock<'a>
impl<'a> !UnwindSafe for RxBlock<'a>
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