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