#[repr(C)]pub struct nfqnl_msg_packet_hw {
pub hw_addrlen: u16,
pub _pad: u16,
pub hw_addr: [u8; 8],
}Fields§
§hw_addrlen: u16§_pad: u16§hw_addr: [u8; 8]Auto Trait Implementations§
impl Freeze for nfqnl_msg_packet_hw
impl RefUnwindSafe for nfqnl_msg_packet_hw
impl Send for nfqnl_msg_packet_hw
impl Sync for nfqnl_msg_packet_hw
impl Unpin for nfqnl_msg_packet_hw
impl UnwindSafe for nfqnl_msg_packet_hw
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