pub enum Duty {
Show 14 variants
Duty1Bit,
Duty2Bit,
Duty3Bit,
Duty4Bit,
Duty5Bit,
Duty6Bit,
Duty7Bit,
Duty8Bit,
Duty9Bit,
Duty10Bit,
Duty11Bit,
Duty12Bit,
Duty13Bit,
Duty14Bit,
}
Expand description
Number of bits reserved for duty cycle adjustment
Variants
Duty1Bit
Duty2Bit
Duty3Bit
Duty4Bit
Duty5Bit
Duty6Bit
Duty7Bit
Duty8Bit
Duty9Bit
Duty10Bit
Duty11Bit
Duty12Bit
Duty13Bit
Duty14Bit
Trait Implementations
sourceimpl PartialEq<Duty> for Duty
impl PartialEq<Duty> for Duty
impl Copy for Duty
impl Eq for Duty
impl StructuralEq for Duty
impl StructuralPartialEq for Duty
Auto Trait Implementations
impl RefUnwindSafe for Duty
impl Send for Duty
impl Sync for Duty
impl Unpin for Duty
impl UnwindSafe for Duty
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more