#[repr(C)]pub struct timing_hr_time {
pub opaque: [c_uchar; 32],
}Fields§
§opaque: [c_uchar; 32]Trait Implementations§
Source§impl Clone for timing_hr_time
impl Clone for timing_hr_time
Source§fn clone(&self) -> timing_hr_time
fn clone(&self) -> timing_hr_time
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 Default for timing_hr_time
impl Default for timing_hr_time
Source§fn default() -> timing_hr_time
fn default() -> timing_hr_time
Returns the “default value” for a type. Read more
impl Copy for timing_hr_time
Auto Trait Implementations§
impl Freeze for timing_hr_time
impl RefUnwindSafe for timing_hr_time
impl Send for timing_hr_time
impl Sync for timing_hr_time
impl Unpin for timing_hr_time
impl UnwindSafe for timing_hr_time
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