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