pub enum OscUlp32kId {}Expand description
Trait Implementations§
Source§impl GclkSourceId for OscUlp32kId
 
impl GclkSourceId for OscUlp32kId
Source§const DYN: DynGclkSourceId = DynGclkSourceId::OscUlp32k
 
const DYN: DynGclkSourceId = DynGclkSourceId::OscUlp32k
Corresponding variant of 
DynGclkSourceIdSource§impl RtcSourceId for OscUlp32kId
 
impl RtcSourceId for OscUlp32kId
Source§const DYN: DynRtcSourceId = DynRtcSourceId::OscUlp32k
 
const DYN: DynRtcSourceId = DynRtcSourceId::OscUlp32k
Corresponding 
DynRtcSourceIdAuto Trait Implementations§
impl Freeze for OscUlp32kId
impl RefUnwindSafe for OscUlp32kId
impl Send for OscUlp32kId
impl Sync for OscUlp32kId
impl Unpin for OscUlp32kId
impl UnwindSafe for OscUlp32kId
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