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