#[repr(u8)]pub enum Unify {
DUAL_COUNTER = 0,
UNIFIED_COUNTER = 1,
}Variants§
DUAL_COUNTER = 0
The SCT operates as two 16-bit counters named COUNTER_L and COUNTER_H.
UNIFIED_COUNTER = 1
The SCT operates as a unified 32-bit counter.
Implementations§
Trait Implementations§
Source§impl Ord for Unify
impl Ord for Unify
Source§impl PartialOrd for Unify
impl PartialOrd for Unify
impl Copy for Unify
impl Eq for Unify
impl StructuralPartialEq for Unify
Auto Trait Implementations§
impl Freeze for Unify
impl RefUnwindSafe for Unify
impl Send for Unify
impl Sync for Unify
impl Unpin for Unify
impl UnwindSafe for Unify
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