Struct Inactiveeffect
#[repr(transparent)]pub struct Inactiveeffect(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Inactiveeffect
impl Inactiveeffect
pub const NOEFFECT: Self
pub const NOEFFECT: Self
Timer event has no effect
pub const SETINACTIVE: Self
pub const SETINACTIVE: Self
Timer event forces the output to its inactive state
Trait Implementations§
§impl Clone for Inactiveeffect
impl Clone for Inactiveeffect
§fn clone(&self) -> Inactiveeffect
fn clone(&self) -> Inactiveeffect
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 Inactiveeffect
impl Ord for Inactiveeffect
§impl PartialEq for Inactiveeffect
impl PartialEq for Inactiveeffect
§impl PartialOrd for Inactiveeffect
impl PartialOrd for Inactiveeffect
impl Copy for Inactiveeffect
impl Eq for Inactiveeffect
impl StructuralPartialEq for Inactiveeffect
Auto Trait Implementations§
impl Freeze for Inactiveeffect
impl RefUnwindSafe for Inactiveeffect
impl Send for Inactiveeffect
impl Sync for Inactiveeffect
impl Unpin for Inactiveeffect
impl UnwindSafe for Inactiveeffect
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