pub enum EthType {
IPv4 = 2_048,
}
Variants§
IPv4 = 2_048
Trait Implementations§
impl StructuralPartialEq for EthType
Auto Trait Implementations§
impl Freeze for EthType
impl RefUnwindSafe for EthType
impl Send for EthType
impl Sync for EthType
impl Unpin for EthType
impl UnwindSafe for EthType
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