Struct stm32wb_hci::BdAddrTypeError
source · pub struct BdAddrTypeError(pub u8);
Expand description
The BD Address type is not recognized. Includes the unrecognized byte.
See to_bd_addr_type
Tuple Fields§
§0: u8
Auto Trait Implementations§
impl RefUnwindSafe for BdAddrTypeError
impl Send for BdAddrTypeError
impl Sync for BdAddrTypeError
impl Unpin for BdAddrTypeError
impl UnwindSafe for BdAddrTypeError
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