pub enum SMP9R {
CYCLES3,
CYCLES15,
CYCLES28,
CYCLES56,
CYCLES84,
CYCLES112,
CYCLES144,
CYCLES480,
}
Expand description
Possible values of the field SMP9
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 SMP9R
impl SMP9R
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 SMP9R
impl StructuralPartialEq for SMP9R
Auto Trait Implementations§
impl Freeze for SMP9R
impl RefUnwindSafe for SMP9R
impl Send for SMP9R
impl Sync for SMP9R
impl Unpin for SMP9R
impl UnwindSafe for SMP9R
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