Enum atsamd_hal::clock::v2::osculp32k::OscUlp32kId    
source · [−]pub enum OscUlp32kId {}Expand description
Trait Implementations
sourceimpl GclkSourceId for OscUlp32kId
 
impl GclkSourceId for OscUlp32kId
sourceconst DYN: DynGclkSourceId = DynGclkSourceId::OscUlp32k
 
const DYN: DynGclkSourceId = DynGclkSourceId::OscUlp32k
Corresponding variant of 
DynGclkSourceIdsourceimpl RtcSourceId for OscUlp32kId
 
impl RtcSourceId for OscUlp32kId
sourceconst DYN: DynRtcSourceId = DynRtcSourceId::OscUlp32k
 
const DYN: DynRtcSourceId = DynRtcSourceId::OscUlp32k
Corresponding 
DynRtcSourceIdAuto Trait Implementations
impl RefUnwindSafe for OscUlp32kId
impl Send for OscUlp32kId
impl Sync for OscUlp32kId
impl Unpin for OscUlp32kId
impl UnwindSafe for OscUlp32kId
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