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