#[repr(C)]pub struct dStopwatch {
pub time: f64,
pub cc: [c_ulong; 2],
}
Fields§
§time: f64
§cc: [c_ulong; 2]
Trait Implementations§
Source§impl Clone for dStopwatch
impl Clone for dStopwatch
Source§fn clone(&self) -> dStopwatch
fn clone(&self) -> dStopwatch
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 dStopwatch
impl Debug for dStopwatch
impl Copy for dStopwatch
Auto Trait Implementations§
impl Freeze for dStopwatch
impl RefUnwindSafe for dStopwatch
impl Send for dStopwatch
impl Sync for dStopwatch
impl Unpin for dStopwatch
impl UnwindSafe for dStopwatch
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