#[repr(C)]pub struct eth_phdr {
pub fcs_len: gint,
}Fields§
§fcs_len: gintTrait Implementations§
Auto Trait Implementations§
impl Freeze for eth_phdr
impl RefUnwindSafe for eth_phdr
impl Send for eth_phdr
impl Sync for eth_phdr
impl Unpin for eth_phdr
impl UnwindSafe for eth_phdr
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