Struct r3_portkit::tickful::TickfulCfg
source · pub struct TickfulCfg { /* private fields */ }
Expand description
The precomputed parameters for the tickful implementation of
r3_kernel::PortTimer
.
Implementations§
source§impl TickfulCfg
impl TickfulCfg
Trait Implementations§
source§impl Clone for TickfulCfg
impl Clone for TickfulCfg
source§fn clone(&self) -> TickfulCfg
fn clone(&self) -> TickfulCfg
Returns a copy 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 TickfulCfg
impl Debug for TickfulCfg
source§impl PartialEq<TickfulCfg> for TickfulCfg
impl PartialEq<TickfulCfg> for TickfulCfg
source§fn eq(&self, other: &TickfulCfg) -> bool
fn eq(&self, other: &TickfulCfg) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.