#[repr(C)]pub struct nfqnl_msg_packet_timestamp {
pub sec: u64,
pub usec: u64,
}Fields§
§sec: u64§usec: u64Auto Trait Implementations§
impl Freeze for nfqnl_msg_packet_timestamp
impl RefUnwindSafe for nfqnl_msg_packet_timestamp
impl Send for nfqnl_msg_packet_timestamp
impl Sync for nfqnl_msg_packet_timestamp
impl Unpin for nfqnl_msg_packet_timestamp
impl UnwindSafe for nfqnl_msg_packet_timestamp
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