Struct nic_buffers::ReceivedFrame
source · pub struct ReceivedFrame(pub Vec<ReceiveBuffer>);
Expand description
A network (e.g., Ethernet) frame that has been received by the NIC.
Tuple Fields§
§0: Vec<ReceiveBuffer>
Auto Trait Implementations§
impl !RefUnwindSafe for ReceivedFrame
impl Send for ReceivedFrame
impl Sync for ReceivedFrame
impl Unpin for ReceivedFrame
impl !UnwindSafe for ReceivedFrame
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