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