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