Struct libc::sock_txtime
#[repr(C)]
pub struct sock_txtime {
pub clockid: ::clockid_t,
pub flags: ::__u32,
}Fields
pub clockid: ::clockid_tpub flags: ::__u32Trait Implementations
impl Clone for sock_txtime
fn clone(&Self) -> sock_txtimeimpl Copy for sock_txtimeAuto Trait Implementations
impl RefUnwindSafe for sock_txtimeimpl Send for sock_txtimeimpl Sync for sock_txtimeimpl Unpin for sock_txtimeimpl UnwindSafe for sock_txtimeBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T