pub enum DUTYR {
DUTY2_1,
DUTY16_9,
}
Expand description
Possible values of the field DUTY
Variants§
Implementations§
Source§impl DUTYR
impl DUTYR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1)
Sourcepub fn is_duty2_1(&self) -> bool
pub fn is_duty2_1(&self) -> bool
Checks if the value of the field is DUTY2_1
Sourcepub fn is_duty16_9(&self) -> bool
pub fn is_duty16_9(&self) -> bool
Checks if the value of the field is DUTY16_9
Trait Implementations§
impl Copy for DUTYR
impl StructuralPartialEq for DUTYR
Auto Trait Implementations§
impl Freeze for DUTYR
impl RefUnwindSafe for DUTYR
impl Send for DUTYR
impl Sync for DUTYR
impl Unpin for DUTYR
impl UnwindSafe for DUTYR
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