Struct linux_raw_sys::if_ether::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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)