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