Struct stm32wb_hci::event::command::ReadBdAddr
source · pub struct ReadBdAddr {
pub status: Status,
pub bd_addr: BdAddr,
}Expand description
Values returned by the Read BD ADDR command.
Fields§
§status: StatusDid the command fail, and if so, how?
bd_addr: BdAddrAddress of the device.
Trait Implementations§
source§impl Clone for ReadBdAddr
impl Clone for ReadBdAddr
source§fn clone(&self) -> ReadBdAddr
fn clone(&self) -> ReadBdAddr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ReadBdAddr
impl Debug for ReadBdAddr
impl Copy for ReadBdAddr
Auto Trait Implementations§
impl RefUnwindSafe for ReadBdAddr
impl Send for ReadBdAddr
impl Sync for ReadBdAddr
impl Unpin for ReadBdAddr
impl UnwindSafe for ReadBdAddr
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