pub struct BMX { /* private fields */ }Expand description
BMX peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Sync for BMX
impl Freeze for BMX
impl RefUnwindSafe for BMX
impl Unpin for BMX
impl UnsafeUnpin for BMX
impl UnwindSafe for BMX
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