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