#[repr(packed(1))]pub struct BSSID(pub [u8; 6]);Expand description
The machine-readable network name (6-bytes).
Tuple Fields§
§0: [u8; 6]Trait Implementations§
Auto Trait Implementations§
impl Freeze for BSSID
impl RefUnwindSafe for BSSID
impl Send for BSSID
impl Sync for BSSID
impl Unpin for BSSID
impl UnwindSafe for BSSID
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