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