pub enum SMP18R {
CYCLES3,
CYCLES15,
CYCLES28,
CYCLES56,
CYCLES84,
CYCLES112,
CYCLES144,
CYCLES480,
}
Expand description
Possible values of the field SMP18
Variants§
CYCLES3
3 cycles
CYCLES15
15 cycles
CYCLES28
28 cycles
CYCLES56
56 cycles
CYCLES84
84 cycles
CYCLES112
112 cycles
CYCLES144
144 cycles
CYCLES480
480 cycles
Implementations§
Source§impl SMP18R
impl SMP18R
Sourcepub fn is_cycles3(&self) -> bool
pub fn is_cycles3(&self) -> bool
Checks if the value of the field is CYCLES3
Sourcepub fn is_cycles15(&self) -> bool
pub fn is_cycles15(&self) -> bool
Checks if the value of the field is CYCLES15
Sourcepub fn is_cycles28(&self) -> bool
pub fn is_cycles28(&self) -> bool
Checks if the value of the field is CYCLES28
Sourcepub fn is_cycles56(&self) -> bool
pub fn is_cycles56(&self) -> bool
Checks if the value of the field is CYCLES56
Sourcepub fn is_cycles84(&self) -> bool
pub fn is_cycles84(&self) -> bool
Checks if the value of the field is CYCLES84
Sourcepub fn is_cycles112(&self) -> bool
pub fn is_cycles112(&self) -> bool
Checks if the value of the field is CYCLES112
Sourcepub fn is_cycles144(&self) -> bool
pub fn is_cycles144(&self) -> bool
Checks if the value of the field is CYCLES144
Sourcepub fn is_cycles480(&self) -> bool
pub fn is_cycles480(&self) -> bool
Checks if the value of the field is CYCLES480
Trait Implementations§
impl Copy for SMP18R
impl StructuralPartialEq for SMP18R
Auto Trait Implementations§
impl Freeze for SMP18R
impl RefUnwindSafe for SMP18R
impl Send for SMP18R
impl Sync for SMP18R
impl Unpin for SMP18R
impl UnwindSafe for SMP18R
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