#[repr(C)]pub struct atm_phdr {
pub flags: guint32,
pub aal: guint8,
pub type_: guint8,
pub subtype: guint8,
pub vpi: guint16,
pub vci: guint16,
pub aal2_cid: guint8,
pub channel: guint16,
pub cells: guint16,
pub aal5t_u2u: guint16,
pub aal5t_len: guint16,
pub aal5t_chksum: guint32,
}Fields§
§flags: guint32§aal: guint8§type_: guint8§subtype: guint8§vpi: guint16§vci: guint16§aal2_cid: guint8§channel: guint16§cells: guint16§aal5t_u2u: guint16§aal5t_len: guint16§aal5t_chksum: guint32Trait Implementations§
Auto Trait Implementations§
impl Freeze for atm_phdr
impl RefUnwindSafe for atm_phdr
impl Send for atm_phdr
impl Sync for atm_phdr
impl Unpin for atm_phdr
impl UnwindSafe for atm_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