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