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