#[repr(C)]pub struct NfqnlMsgConfigCmd {
pub command: u8,
pub _pad: u8,
pub pf: u16,
}
Fields§
§command: u8
§_pad: u8
§pf: u16
Trait Implementations§
Source§impl Clone for NfqnlMsgConfigCmd
impl Clone for NfqnlMsgConfigCmd
Source§fn clone(&self) -> NfqnlMsgConfigCmd
fn clone(&self) -> NfqnlMsgConfigCmd
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NfqnlMsgConfigCmd
impl Debug for NfqnlMsgConfigCmd
Source§impl Default for NfqnlMsgConfigCmd
impl Default for NfqnlMsgConfigCmd
Source§fn default() -> NfqnlMsgConfigCmd
fn default() -> NfqnlMsgConfigCmd
Returns the “default value” for a type. Read more
impl Copy for NfqnlMsgConfigCmd
Auto Trait Implementations§
impl Freeze for NfqnlMsgConfigCmd
impl RefUnwindSafe for NfqnlMsgConfigCmd
impl Send for NfqnlMsgConfigCmd
impl Sync for NfqnlMsgConfigCmd
impl Unpin for NfqnlMsgConfigCmd
impl UnwindSafe for NfqnlMsgConfigCmd
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