Struct stm32wb_hci::vendor::stm32wb::command::gatt::DescriptorHandle
source · pub struct DescriptorHandle(pub u16);Expand description
Handle for GATT characteristic descriptors.
Tuple Fields§
§0: u16Trait Implementations§
source§impl Clone for DescriptorHandle
impl Clone for DescriptorHandle
source§fn clone(&self) -> DescriptorHandle
fn clone(&self) -> DescriptorHandle
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 DescriptorHandle
impl Debug for DescriptorHandle
source§impl Format for DescriptorHandle
impl Format for DescriptorHandle
source§impl PartialEq<DescriptorHandle> for DescriptorHandle
impl PartialEq<DescriptorHandle> for DescriptorHandle
source§fn eq(&self, other: &DescriptorHandle) -> bool
fn eq(&self, other: &DescriptorHandle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DescriptorHandle
impl StructuralPartialEq for DescriptorHandle
Auto Trait Implementations§
impl RefUnwindSafe for DescriptorHandle
impl Send for DescriptorHandle
impl Sync for DescriptorHandle
impl Unpin for DescriptorHandle
impl UnwindSafe for DescriptorHandle
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