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