pub struct BT { /* private fields */ }Expand description
Represents a virtual peripheral with no associated hardware.
This struct is generated by the create_peripheral! macro when the peripheral
is defined as virtual.
Implementations§
Trait Implementations§
Source§impl Peripheral for BT
impl Peripheral for BT
Auto Trait Implementations§
impl Freeze for BT
impl RefUnwindSafe for BT
impl Send for BT
impl Sync for BT
impl Unpin for BT
impl UnwindSafe for BT
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