pub enum Intclksselect {
NotReady = 0,
Ready = 1,
}
Expand description
Internal Clock Stable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Intclksselect
impl Clone for Intclksselect
Source§fn clone(&self) -> Intclksselect
fn clone(&self) -> Intclksselect
Returns a copy 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 Intclksselect
impl Debug for Intclksselect
Source§impl From<Intclksselect> for bool
impl From<Intclksselect> for bool
Source§fn from(variant: Intclksselect) -> Self
fn from(variant: Intclksselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Intclksselect
impl PartialEq for Intclksselect
impl Copy for Intclksselect
impl Eq for Intclksselect
impl StructuralPartialEq for Intclksselect
Auto Trait Implementations§
impl Freeze for Intclksselect
impl RefUnwindSafe for Intclksselect
impl Send for Intclksselect
impl Sync for Intclksselect
impl Unpin for Intclksselect
impl UnwindSafe for Intclksselect
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