Struct 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
fn clone(&self) -> sock_txtime
impl Copy for sock_txtime
impl Debug for sock_txtime
fn fmt(&self, f: &mut Formatter<'_>) -> Result
Auto Trait Implementations
impl Freeze for sock_txtime
impl RefUnwindSafe for sock_txtime
impl Send for sock_txtime
impl Sync for sock_txtime
impl Unpin for sock_txtime
impl UnsafeUnpin for sock_txtime
impl UnwindSafe for sock_txtime
Blanket Implementations
impl<T> Any for sock_txtime
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for sock_txtime
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for sock_txtime
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for sock_txtime
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for sock_txtime
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for sock_txtime
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for sock_txtime
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for sock_txtime
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>