#[repr(C)]pub struct cosine_phdr {
pub encap: guint8,
pub direction: guint8,
pub if_name: [c_char; 128],
pub pro: guint16,
pub off: guint16,
pub pri: guint16,
pub rm: guint16,
pub err: guint16,
}Fields§
§encap: guint8§direction: guint8§if_name: [c_char; 128]§pro: guint16§off: guint16§pri: guint16§rm: guint16§err: guint16Trait Implementations§
Source§impl Clone for cosine_phdr
impl Clone for cosine_phdr
Source§fn clone(&self) -> cosine_phdr
fn clone(&self) -> cosine_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 cosine_phdr
impl Debug for cosine_phdr
impl Copy for cosine_phdr
Auto Trait Implementations§
impl Freeze for cosine_phdr
impl RefUnwindSafe for cosine_phdr
impl Send for cosine_phdr
impl Sync for cosine_phdr
impl Unpin for cosine_phdr
impl UnwindSafe for cosine_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