#[repr(u8)]pub enum RegCoreRampRate {
RAMP_RATE_0 = 0,
RAMP_RATE_1 = 1,
RAMP_RATE_2 = 2,
RAMP_RATE_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RegCoreRampRate
impl Clone for RegCoreRampRate
Source§fn clone(&self) -> RegCoreRampRate
fn clone(&self) -> RegCoreRampRate
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 RegCoreRampRate
impl Debug for RegCoreRampRate
Source§impl From<RegCoreRampRate> for u8
impl From<RegCoreRampRate> for u8
Source§fn from(val: RegCoreRampRate) -> u8
fn from(val: RegCoreRampRate) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RegCoreRampRate
impl From<u8> for RegCoreRampRate
Source§fn from(val: u8) -> RegCoreRampRate
fn from(val: u8) -> RegCoreRampRate
Converts to this type from the input type.
Source§impl Ord for RegCoreRampRate
impl Ord for RegCoreRampRate
Source§fn cmp(&self, other: &RegCoreRampRate) -> Ordering
fn cmp(&self, other: &RegCoreRampRate) -> 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 RegCoreRampRate
impl PartialEq for RegCoreRampRate
Source§impl PartialOrd for RegCoreRampRate
impl PartialOrd for RegCoreRampRate
impl Copy for RegCoreRampRate
impl Eq for RegCoreRampRate
impl StructuralPartialEq for RegCoreRampRate
Auto Trait Implementations§
impl Freeze for RegCoreRampRate
impl RefUnwindSafe for RegCoreRampRate
impl Send for RegCoreRampRate
impl Sync for RegCoreRampRate
impl Unpin for RegCoreRampRate
impl UnwindSafe for RegCoreRampRate
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