Struct Delcmp
#[repr(transparent)]pub struct Delcmp(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Delcmp
impl Delcmp
pub const STANDARD: Self
pub const STANDARD: Self
CMP register is always active (standard compare mode)
pub const CAPTURE1: Self
pub const CAPTURE1: Self
CMP is recomputed and is active following a capture 1 event
pub const CAPTUREX_COMPARE1: Self
pub const CAPTUREX_COMPARE1: Self
CMP is recomputed and is active following a capture 1 event or a Compare 1 match
pub const CAPTUREX_COMPARE3: Self
pub const CAPTUREX_COMPARE3: Self
CMP is recomputed and is active following a capture 1 event or a Compare 3 match
Trait Implementations§
§impl Ord for Delcmp
impl Ord for Delcmp
§impl PartialOrd for Delcmp
impl PartialOrd for Delcmp
impl Copy for Delcmp
impl Eq for Delcmp
impl StructuralPartialEq for Delcmp
Auto Trait Implementations§
impl Freeze for Delcmp
impl RefUnwindSafe for Delcmp
impl Send for Delcmp
impl Sync for Delcmp
impl Unpin for Delcmp
impl UnwindSafe for Delcmp
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