#[repr(C)]pub struct nettl_phdr {
pub subsys: guint16,
pub devid: guint32,
pub kind: guint32,
pub pid: gint32,
pub uid: guint32,
}Fields§
§subsys: guint16§devid: guint32§kind: guint32§pid: gint32§uid: guint32Trait Implementations§
Source§impl Clone for nettl_phdr
impl Clone for nettl_phdr
Source§fn clone(&self) -> nettl_phdr
fn clone(&self) -> nettl_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 nettl_phdr
impl Debug for nettl_phdr
impl Copy for nettl_phdr
Auto Trait Implementations§
impl Freeze for nettl_phdr
impl RefUnwindSafe for nettl_phdr
impl Send for nettl_phdr
impl Sync for nettl_phdr
impl Unpin for nettl_phdr
impl UnwindSafe for nettl_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