Struct hwtstamp_config

#[repr(C)]
pub struct hwtstamp_config { pub flags: c_int, pub tx_type: c_int, pub rx_filter: c_int }

Fields

flags: c_int
tx_type: c_int
rx_filter: c_int

Trait Implementations

impl Clone for hwtstamp_config

fn clone(&self) -> hwtstamp_config

impl Copy for hwtstamp_config

impl Debug for hwtstamp_config

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Eq for hwtstamp_config

impl Hash for hwtstamp_config

fn hash<__H: Hasher>(&self, state: &mut __H)

impl PartialEq for hwtstamp_config

fn eq(&self, other: &hwtstamp_config) -> bool

impl StructuralPartialEq for hwtstamp_config

Auto Trait Implementations

impl Freeze for hwtstamp_config

impl RefUnwindSafe for hwtstamp_config

impl Send for hwtstamp_config

impl Sync for hwtstamp_config

impl Unpin for hwtstamp_config

impl UnsafeUnpin for hwtstamp_config

impl UnwindSafe for hwtstamp_config

Blanket Implementations

impl<T> Any for hwtstamp_config where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for hwtstamp_config where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for hwtstamp_config where T: ?Sized,

fn borrow_mut(&mut self) -> &mut T

impl<T> CloneToUninit for hwtstamp_config where T: Clone,

unsafe fn clone_to_uninit(&self, dest: *mut u8)

impl<T> From<T> for hwtstamp_config

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for hwtstamp_config where U: From<T>,

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom<U> for hwtstamp_config where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for hwtstamp_config where U: TryFrom<T>,

type Error = <U as TryFrom<T>>::Error;
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>