#[repr(C)]pub struct NfqnlMsgPacketTimestamp {
pub sec: u64,
pub usec: u64,
}
Fields§
§sec: u64
§usec: u64
Trait Implementations§
Source§impl Clone for NfqnlMsgPacketTimestamp
impl Clone for NfqnlMsgPacketTimestamp
Source§fn clone(&self) -> NfqnlMsgPacketTimestamp
fn clone(&self) -> NfqnlMsgPacketTimestamp
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 NfqnlMsgPacketTimestamp
impl Debug for NfqnlMsgPacketTimestamp
impl Copy for NfqnlMsgPacketTimestamp
Auto Trait Implementations§
impl Freeze for NfqnlMsgPacketTimestamp
impl RefUnwindSafe for NfqnlMsgPacketTimestamp
impl Send for NfqnlMsgPacketTimestamp
impl Sync for NfqnlMsgPacketTimestamp
impl Unpin for NfqnlMsgPacketTimestamp
impl UnwindSafe for NfqnlMsgPacketTimestamp
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