pub enum DutyCycle {
Ratio2to1,
Ratio16to9,
}
Variants§
Trait Implementations§
impl Eq for DutyCycle
impl StructuralPartialEq for DutyCycle
Auto Trait Implementations§
impl Freeze for DutyCycle
impl RefUnwindSafe for DutyCycle
impl Send for DutyCycle
impl Sync for DutyCycle
impl Unpin for DutyCycle
impl UnwindSafe for DutyCycle
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