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