Struct linux_raw_sys::if_arp::ethhdr
source · #[repr(C, packed(1))]pub struct ethhdr {
pub h_dest: [c_uchar; 6],
pub h_source: [c_uchar; 6],
pub h_proto: __be16,
}
Fields§
§h_dest: [c_uchar; 6]
§h_source: [c_uchar; 6]
§h_proto: __be16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ethhdr
impl RefUnwindSafe for ethhdr
impl Send for ethhdr
impl Sync for ethhdr
impl Unpin for ethhdr
impl UnwindSafe for ethhdr
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