pub enum PS2DETR {
NORMAL,
PS2,
}
Expand description
Possible values of the field PS2DET
Variants§
Implementations§
Source§impl PS2DETR
impl PS2DETR
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)
Trait Implementations§
impl Copy for PS2DETR
impl StructuralPartialEq for PS2DETR
Auto Trait Implementations§
impl Freeze for PS2DETR
impl RefUnwindSafe for PS2DETR
impl Send for PS2DETR
impl Sync for PS2DETR
impl Unpin for PS2DETR
impl UnwindSafe for PS2DETR
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