pub struct AdvertisingSetId(pub u8);
Expand description
Advertising Set ID which is 1 byte long.
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Clone for AdvertisingSetId
impl Clone for AdvertisingSetId
Source§fn clone(&self) -> AdvertisingSetId
fn clone(&self) -> AdvertisingSetId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AdvertisingSetId
impl Debug for AdvertisingSetId
Source§impl PartialEq for AdvertisingSetId
impl PartialEq for AdvertisingSetId
impl Copy for AdvertisingSetId
impl StructuralPartialEq for AdvertisingSetId
Auto Trait Implementations§
impl Freeze for AdvertisingSetId
impl RefUnwindSafe for AdvertisingSetId
impl Send for AdvertisingSetId
impl Sync for AdvertisingSetId
impl Unpin for AdvertisingSetId
impl UnwindSafe for AdvertisingSetId
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