#[repr(C)]pub struct nfqnl_msg_config_cmd {
pub command: u8,
pub _pad: u8,
pub pf: u16,
}Fields§
§command: u8§_pad: u8§pf: u16Auto Trait Implementations§
impl Freeze for nfqnl_msg_config_cmd
impl RefUnwindSafe for nfqnl_msg_config_cmd
impl Send for nfqnl_msg_config_cmd
impl Sync for nfqnl_msg_config_cmd
impl Unpin for nfqnl_msg_config_cmd
impl UnwindSafe for nfqnl_msg_config_cmd
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