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