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