pub struct AdvertisingHandle(pub u8);
Expand description
Newtype for an advertising handle.
Values:
- 0x00 .. 0xEF
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl Clone for AdvertisingHandle
impl Clone for AdvertisingHandle
Source§fn clone(&self) -> AdvertisingHandle
fn clone(&self) -> AdvertisingHandle
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 AdvertisingHandle
impl Debug for AdvertisingHandle
Source§impl PartialEq for AdvertisingHandle
impl PartialEq for AdvertisingHandle
impl Copy for AdvertisingHandle
impl StructuralPartialEq for AdvertisingHandle
Auto Trait Implementations§
impl Freeze for AdvertisingHandle
impl RefUnwindSafe for AdvertisingHandle
impl Send for AdvertisingHandle
impl Sync for AdvertisingHandle
impl Unpin for AdvertisingHandle
impl UnwindSafe for AdvertisingHandle
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