Struct libc::sock_txtime
source · #[repr(C)]pub struct sock_txtime {
pub clockid: clockid_t,
pub flags: __u32,
}
Fields§
§clockid: clockid_t
§flags: __u32
Trait Implementations§
source§impl Clone for sock_txtime
impl Clone for sock_txtime
source§fn clone(&self) -> sock_txtime
fn clone(&self) -> sock_txtime
Returns a copy 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 more