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