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