pub enum DUTYW {
DUTY2_1,
DUTY16_9,
}
Expand description
Values that can be written to the field DUTY
Variants§
Auto Trait Implementations§
impl Freeze for DUTYW
impl RefUnwindSafe for DUTYW
impl Send for DUTYW
impl Sync for DUTYW
impl Unpin for DUTYW
impl UnwindSafe for DUTYW
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