Struct Reseteffect
#[repr(transparent)]pub struct Reseteffect(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Reseteffect
impl Reseteffect
pub const NOEFFECT: Self
pub const NOEFFECT: Self
Timer Y compare Z event has no effect
pub const RESETCOUNTER: Self
pub const RESETCOUNTER: Self
Timer X counter is reset upon timer Y compare Z event
Trait Implementations§
§impl Clone for Reseteffect
impl Clone for Reseteffect
§fn clone(&self) -> Reseteffect
fn clone(&self) -> Reseteffect
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for Reseteffect
impl Ord for Reseteffect
§impl PartialEq for Reseteffect
impl PartialEq for Reseteffect
§impl PartialOrd for Reseteffect
impl PartialOrd for Reseteffect
impl Copy for Reseteffect
impl Eq for Reseteffect
impl StructuralPartialEq for Reseteffect
Auto Trait Implementations§
impl Freeze for Reseteffect
impl RefUnwindSafe for Reseteffect
impl Send for Reseteffect
impl Sync for Reseteffect
impl Unpin for Reseteffect
impl UnwindSafe for Reseteffect
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