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