#[repr(C)]pub struct bcm_timeval {
pub tv_sec: c_long,
pub tv_usec: c_long,
}
Fields§
§tv_sec: c_long
§tv_usec: c_long
Trait Implementations§
Source§impl Clone for bcm_timeval
impl Clone for bcm_timeval
Source§fn clone(&self) -> bcm_timeval
fn clone(&self) -> bcm_timeval
Returns a duplicate 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 bcm_timeval
impl Debug for bcm_timeval
impl Copy 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 UnwindSafe for bcm_timeval
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