pub struct ETH_FCS(pub u32);
Expand description
Generate Ethernet Frame Check Sequence
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ETH_FCS
impl RefUnwindSafe for ETH_FCS
impl Send for ETH_FCS
impl Sync for ETH_FCS
impl Unpin for ETH_FCS
impl UnwindSafe for ETH_FCS
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