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