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