#[repr(C, packed(1))]pub struct bdaddr_t {
pub b: [u8; 6],
}
Fields§
§b: [u8; 6]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bdaddr_t
impl RefUnwindSafe for bdaddr_t
impl Send for bdaddr_t
impl Sync for bdaddr_t
impl Unpin for bdaddr_t
impl UnwindSafe for bdaddr_t
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