Struct bcm_timeval
#[repr(C)]
pub struct bcm_timeval { pub tv_sec: c_long, pub tv_usec: c_long }
Fields
tv_sec: c_longtv_usec: c_long
Trait Implementations
impl Clone for bcm_timeval
fn clone(&self) -> bcm_timeval
impl Copy for bcm_timeval
impl Debug for bcm_timeval
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for bcm_timeval
impl Hash for bcm_timeval
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for bcm_timeval
fn eq(&self, other: &bcm_timeval) -> bool
impl StructuralPartialEq for bcm_timeval
Auto Trait Implementations
impl Freeze for bcm_timeval
impl RefUnwindSafe for bcm_timeval
impl Send for bcm_timeval
impl Sync for bcm_timeval
impl Unpin for bcm_timeval
impl UnsafeUnpin for bcm_timeval
impl UnwindSafe for bcm_timeval
Blanket Implementations
impl<T> Any for bcm_timeval
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for bcm_timeval
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for bcm_timeval
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for bcm_timeval
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for bcm_timeval
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for bcm_timeval
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 bcm_timeval
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for bcm_timeval
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>