#[repr(u8)]pub enum RegCoreTogRampRate {
RAMP_RATE_0 = 0,
RAMP_RATE_1 = 1,
RAMP_RATE_2 = 2,
RAMP_RATE_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RegCoreTogRampRate
impl Clone for RegCoreTogRampRate
Source§fn clone(&self) -> RegCoreTogRampRate
fn clone(&self) -> RegCoreTogRampRate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegCoreTogRampRate
impl Debug for RegCoreTogRampRate
Source§impl From<RegCoreTogRampRate> for u8
impl From<RegCoreTogRampRate> for u8
Source§fn from(val: RegCoreTogRampRate) -> u8
fn from(val: RegCoreTogRampRate) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RegCoreTogRampRate
impl From<u8> for RegCoreTogRampRate
Source§fn from(val: u8) -> RegCoreTogRampRate
fn from(val: u8) -> RegCoreTogRampRate
Converts to this type from the input type.
Source§impl Ord for RegCoreTogRampRate
impl Ord for RegCoreTogRampRate
Source§fn cmp(&self, other: &RegCoreTogRampRate) -> Ordering
fn cmp(&self, other: &RegCoreTogRampRate) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RegCoreTogRampRate
impl PartialEq for RegCoreTogRampRate
Source§impl PartialOrd for RegCoreTogRampRate
impl PartialOrd for RegCoreTogRampRate
impl Copy for RegCoreTogRampRate
impl Eq for RegCoreTogRampRate
impl StructuralPartialEq for RegCoreTogRampRate
Auto Trait Implementations§
impl Freeze for RegCoreTogRampRate
impl RefUnwindSafe for RegCoreTogRampRate
impl Send for RegCoreTogRampRate
impl Sync for RegCoreTogRampRate
impl Unpin for RegCoreTogRampRate
impl UnwindSafe for RegCoreTogRampRate
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