pub struct EtherTalkPhase2Frame {
pub dst_mac: [u8; 6],
pub src_mac: [u8; 6],
pub len: u16,
pub protocol: EtherTalkPhase2Type,
}Fields§
§dst_mac: [u8; 6]§src_mac: [u8; 6]§len: u16§protocol: EtherTalkPhase2TypeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EtherTalkPhase2Frame
impl RefUnwindSafe for EtherTalkPhase2Frame
impl Send for EtherTalkPhase2Frame
impl Sync for EtherTalkPhase2Frame
impl Unpin for EtherTalkPhase2Frame
impl UnsafeUnpin for EtherTalkPhase2Frame
impl UnwindSafe for EtherTalkPhase2Frame
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