#[repr(u8)]pub enum Indep {
COMPLEMENTARY = 0,
INDEPENDENT = 1,
}Variants§
COMPLEMENTARY = 0
PWM_A and PWM_B form a complementary PWM pair.
INDEPENDENT = 1
PWM_A and PWM_B outputs are independent PWMs.
Implementations§
Trait Implementations§
Source§impl Ord for Indep
impl Ord for Indep
Source§impl PartialOrd for Indep
impl PartialOrd for Indep
impl Copy for Indep
impl Eq for Indep
impl StructuralPartialEq for Indep
Auto Trait Implementations§
impl Freeze for Indep
impl RefUnwindSafe for Indep
impl Send for Indep
impl Sync for Indep
impl Unpin for Indep
impl UnwindSafe for Indep
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