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