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