pub struct LedTimings {
pub heartbeat_interval: Duration,
pub heartbeat_pulse: Duration,
}Expand description
Tunable heartbeat timings.
Fields§
§heartbeat_interval: Duration§heartbeat_pulse: DurationTrait Implementations§
Source§impl Clone for LedTimings
impl Clone for LedTimings
Source§fn clone(&self) -> LedTimings
fn clone(&self) -> LedTimings
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LedTimings
impl Debug for LedTimings
Source§impl Default for LedTimings
impl Default for LedTimings
impl Copy for LedTimings
Auto Trait Implementations§
impl Freeze for LedTimings
impl RefUnwindSafe for LedTimings
impl Send for LedTimings
impl Sync for LedTimings
impl Unpin for LedTimings
impl UnwindSafe for LedTimings
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)