#[repr(C, packed(1))]pub struct nfqnl_msg_packet_hdr {
pub packet_id: u32,
pub hw_protocol: u16,
pub hook: u8,
}Fields§
§packet_id: u32§hw_protocol: u16§hook: u8Auto Trait Implementations§
impl Freeze for nfqnl_msg_packet_hdr
impl RefUnwindSafe for nfqnl_msg_packet_hdr
impl Send for nfqnl_msg_packet_hdr
impl Sync for nfqnl_msg_packet_hdr
impl Unpin for nfqnl_msg_packet_hdr
impl UnwindSafe for nfqnl_msg_packet_hdr
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