#[repr(u8)]pub enum Maskb {
Show 16 variants
NORMAL = 0,
MASKED = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
NORMAL = 0
PWM_B output normal.
MASKED = 1
PWM_B output masked.
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Maskb
impl Ord for Maskb
Source§impl PartialOrd for Maskb
impl PartialOrd for Maskb
impl Copy for Maskb
impl Eq for Maskb
impl StructuralPartialEq for Maskb
Auto Trait Implementations§
impl Freeze for Maskb
impl RefUnwindSafe for Maskb
impl Send for Maskb
impl Sync for Maskb
impl Unpin for Maskb
impl UnwindSafe for Maskb
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