Enum atsamd_hal::clock::v2::dfll::DynReference
source · [−]pub enum DynReference {
Pclk,
Usb,
}
Expand description
Variants
Pclk
The DFLL is driven by a Pclk
Usb
The DFLL is driven by the USB start-of-frame signal
Trait Implementations
sourceimpl Clone for DynReference
impl Clone for DynReference
sourcefn clone(&self) -> DynReference
fn clone(&self) -> DynReference
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DynReference> for DynReference
impl PartialEq<DynReference> for DynReference
sourcefn eq(&self, other: &DynReference) -> bool
fn eq(&self, other: &DynReference) -> bool
impl Copy for DynReference
impl Eq for DynReference
impl StructuralEq for DynReference
impl StructuralPartialEq for DynReference
Auto Trait Implementations
impl RefUnwindSafe for DynReference
impl Send for DynReference
impl Sync for DynReference
impl Unpin for DynReference
impl UnwindSafe for DynReference
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more