pub enum J {}
Expand description
Type-level variant of AlternateConfig
for alternate peripheral function J
Trait Implementations§
Source§impl AlternateConfig for J
impl AlternateConfig for J
Source§const DYN: DynAlternate = DynAlternate::J
const DYN: DynAlternate = DynAlternate::J
Corresponding
DynAlternate
Auto Trait Implementations§
impl Freeze for J
impl RefUnwindSafe for J
impl Send for J
impl Sync for J
impl Unpin for J
impl UnwindSafe for J
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