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 Freeze for BdAddrTypeError
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