#[repr(C)]pub struct lapd_phdr {
pub pkttype: guint16,
pub we_network: guint8,
}Fields§
§pkttype: guint16§we_network: guint8Trait Implementations§
Auto Trait Implementations§
impl Freeze for lapd_phdr
impl RefUnwindSafe for lapd_phdr
impl Send for lapd_phdr
impl Sync for lapd_phdr
impl Unpin for lapd_phdr
impl UnwindSafe for lapd_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