pub enum Scl {
PB10(PB10<Alternate<OpenDrain>>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Scl
impl RefUnwindSafe for Scl
impl Send for Scl
impl Sync for Scl
impl Unpin for Scl
impl UnwindSafe for Scl
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