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