pub enum STOPR {
STOP1,
STOP0P5,
STOP2,
STOP1P5,
}
Expand description
Possible values of the field STOP
Variants§
Implementations§
Source§impl STOPR
impl STOPR
Sourcepub fn is_stop0p5(&self) -> bool
pub fn is_stop0p5(&self) -> bool
Checks if the value of the field is STOP0P5
Sourcepub fn is_stop1p5(&self) -> bool
pub fn is_stop1p5(&self) -> bool
Checks if the value of the field is STOP1P5
Trait Implementations§
impl Copy for STOPR
impl StructuralPartialEq for STOPR
Auto Trait Implementations§
impl Freeze for STOPR
impl RefUnwindSafe for STOPR
impl Send for STOPR
impl Sync for STOPR
impl Unpin for STOPR
impl UnwindSafe for STOPR
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