Struct stm32wb_hci::vendor::stm32wb::command::gatt::CharacteristicHandle
source · pub struct CharacteristicHandle(pub u16);Expand description
Handle for GATT characteristics.
Tuple Fields§
§0: u16Trait Implementations§
source§impl Clone for CharacteristicHandle
impl Clone for CharacteristicHandle
source§fn clone(&self) -> CharacteristicHandle
fn clone(&self) -> CharacteristicHandle
Returns a copy 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 CharacteristicHandle
impl Debug for CharacteristicHandle
source§impl Format for CharacteristicHandle
impl Format for CharacteristicHandle
source§impl PartialEq<CharacteristicHandle> for CharacteristicHandle
impl PartialEq<CharacteristicHandle> for CharacteristicHandle
source§fn eq(&self, other: &CharacteristicHandle) -> bool
fn eq(&self, other: &CharacteristicHandle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<CharacteristicHandle> for CharacteristicHandle
impl PartialOrd<CharacteristicHandle> for CharacteristicHandle
source§fn partial_cmp(&self, other: &CharacteristicHandle) -> Option<Ordering>
fn partial_cmp(&self, other: &CharacteristicHandle) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for CharacteristicHandle
impl StructuralPartialEq for CharacteristicHandle
Auto Trait Implementations§
impl RefUnwindSafe for CharacteristicHandle
impl Send for CharacteristicHandle
impl Sync for CharacteristicHandle
impl Unpin for CharacteristicHandle
impl UnwindSafe for CharacteristicHandle
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