pub struct PeripheralApp { /* private fields */ }
Trait Implementations§
Source§impl Default for PeripheralApp
impl Default for PeripheralApp
Source§fn default() -> PeripheralApp
fn default() -> PeripheralApp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PeripheralApp
impl RefUnwindSafe for PeripheralApp
impl Send for PeripheralApp
impl Sync for PeripheralApp
impl Unpin for PeripheralApp
impl UnwindSafe for PeripheralApp
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