Struct leptess::capi::L_WallTimer
source · #[repr(C)]pub struct L_WallTimer {
pub start_sec: i32,
pub start_usec: i32,
pub stop_sec: i32,
pub stop_usec: i32,
}
Fields§
§start_sec: i32
§start_usec: i32
§stop_sec: i32
§stop_usec: i32
Trait Implementations§
source§impl Clone for L_WallTimer
impl Clone for L_WallTimer
source§fn clone(&self) -> L_WallTimer
fn clone(&self) -> L_WallTimer
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 L_WallTimer
impl Debug for L_WallTimer
impl Copy for L_WallTimer
Auto Trait Implementations§
impl RefUnwindSafe for L_WallTimer
impl Send for L_WallTimer
impl Sync for L_WallTimer
impl Unpin for L_WallTimer
impl UnwindSafe for L_WallTimer
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