pub struct InterfaceDescription<'a> {
pub ty: u32,
pub block_length: u32,
pub link_type: u16,
pub reserved: u16,
pub snap_len: u32,
pub options: Option<Options<'a>>,
pub check_length: u32,
}Fields§
§ty: u32§block_length: u32§link_type: u16§reserved: u16§snap_len: u32§options: Option<Options<'a>>§check_length: u32Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for InterfaceDescription<'a>
impl<'a> RefUnwindSafe for InterfaceDescription<'a>
impl<'a> Send for InterfaceDescription<'a>
impl<'a> Sync for InterfaceDescription<'a>
impl<'a> Unpin for InterfaceDescription<'a>
impl<'a> UnwindSafe for InterfaceDescription<'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