Enum ya_relay_stack::packet::EtherFrame
source · Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Implementations§
Trait Implementations§
source§impl Display for EtherFrame
impl Display for EtherFrame
source§impl From<EtherFrame> for Box<[u8]>
impl From<EtherFrame> for Box<[u8]>
source§fn from(frame: EtherFrame) -> Self
fn from(frame: EtherFrame) -> Self
Converts to this type from the input type.
source§impl From<EtherFrame> for Vec<u8>
impl From<EtherFrame> for Vec<u8>
source§fn from(frame: EtherFrame) -> Self
fn from(frame: EtherFrame) -> Self
Converts to this type from the input type.