#[repr(C)]pub struct nokia_phdr {
pub eth: eth_phdr,
pub stuff: [guint8; 4],
}Fields§
§eth: eth_phdr§stuff: [guint8; 4]Trait Implementations§
Source§impl Clone for nokia_phdr
impl Clone for nokia_phdr
Source§fn clone(&self) -> nokia_phdr
fn clone(&self) -> nokia_phdr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for nokia_phdr
impl Debug for nokia_phdr
impl Copy for nokia_phdr
Auto Trait Implementations§
impl Freeze for nokia_phdr
impl RefUnwindSafe for nokia_phdr
impl Send for nokia_phdr
impl Sync for nokia_phdr
impl Unpin for nokia_phdr
impl UnwindSafe for nokia_phdr
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