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