Struct bluerobotics_ping::device::Common
source · pub struct Common { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for Common
impl !RefUnwindSafe for Common
impl Send for Common
impl Sync for Common
impl Unpin for Common
impl !UnwindSafe for Common
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