[][src]Struct libc::sock_txtime

#[repr(C)]pub struct sock_txtime {
    pub clockid: clockid_t,
    pub flags: __u32,
}

Fields

clockid: clockid_tflags: __u32

Trait Implementations

impl Clone for sock_txtime[src]

impl Copy for sock_txtime[src]

Auto Trait Implementations

impl Send for sock_txtime

impl Sync for sock_txtime

impl Unpin for sock_txtime

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.