pub struct PanId(pub [u8; 2]);
Expand description
newtype for Pan Id
Tuple Fields§
§0: [u8; 2]
Implementations§
Trait Implementations§
impl Copy for PanId
Auto Trait Implementations§
impl Freeze for PanId
impl RefUnwindSafe for PanId
impl Send for PanId
impl Sync for PanId
impl Unpin for PanId
impl UnwindSafe for PanId
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