Struct rustpython_vm::stdlib::errno::errors::hwtstamp_config
source · #[repr(C)]pub struct hwtstamp_config {
pub flags: i32,
pub tx_type: i32,
pub rx_filter: i32,
}
Fields§
§flags: i32
§tx_type: i32
§rx_filter: i32
Trait Implementations§
source§impl Clone for hwtstamp_config
impl Clone for hwtstamp_config
source§fn clone(&self) -> hwtstamp_config
fn clone(&self) -> hwtstamp_config
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for hwtstamp_config
impl Debug for hwtstamp_config
source§impl Hash for hwtstamp_config
impl Hash for hwtstamp_config
source§impl PartialEq<hwtstamp_config> for hwtstamp_config
impl PartialEq<hwtstamp_config> for hwtstamp_config
source§fn eq(&self, other: &hwtstamp_config) -> bool
fn eq(&self, other: &hwtstamp_config) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for hwtstamp_config
impl Eq for hwtstamp_config
Auto Trait Implementations§
impl RefUnwindSafe for hwtstamp_config
impl Send for hwtstamp_config
impl Sync for hwtstamp_config
impl Unpin for hwtstamp_config
impl UnwindSafe for hwtstamp_config
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.