#[repr(C)]pub struct clib_time_t {
pub total_cpu_time: u64_,
pub last_cpu_time: u64_,
pub clocks_per_second: f64_,
pub seconds_per_clock: f64_,
pub init_cpu_time: u64_,
pub init_reference_time: f64_,
pub last_verify_cpu_time: u64_,
pub last_verify_reference_time: f64_,
pub log2_clocks_per_second: u32_,
pub log2_clocks_per_frequency_verify: u32_,
pub damping_constant: f64_,
}Fields§
§total_cpu_time: u64_§last_cpu_time: u64_§clocks_per_second: f64_§seconds_per_clock: f64_§init_cpu_time: u64_§init_reference_time: f64_§last_verify_cpu_time: u64_§last_verify_reference_time: f64_§log2_clocks_per_second: u32_§log2_clocks_per_frequency_verify: u32_§damping_constant: f64_Trait Implementations§
Source§impl Clone for clib_time_t
impl Clone for clib_time_t
Source§fn clone(&self) -> clib_time_t
fn clone(&self) -> clib_time_t
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 clib_time_t
impl Debug for clib_time_t
Source§impl Default for clib_time_t
impl Default for clib_time_t
Source§fn default() -> clib_time_t
fn default() -> clib_time_t
Returns the “default value” for a type. Read more
impl Copy for clib_time_t
Auto Trait Implementations§
impl Freeze for clib_time_t
impl RefUnwindSafe for clib_time_t
impl Send for clib_time_t
impl Sync for clib_time_t
impl Unpin for clib_time_t
impl UnsafeUnpin for clib_time_t
impl UnwindSafe for clib_time_t
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