Struct stm32wb_hci::vendor::stm32wb::event::AttributeValue
source · pub struct AttributeValue {
pub conn_handle: ConnectionHandle,
pub attribute_handle: AttributeHandle,
/* private fields */
}Expand description
Defines the attribute value returned by a GATT Indication or GATT Notification event.
Fields§
§conn_handle: ConnectionHandleThe connection handle related to the event.
attribute_handle: AttributeHandleThe handle of the attribute.
Implementations§
Trait Implementations§
source§impl Clone for AttributeValue
impl Clone for AttributeValue
source§fn clone(&self) -> AttributeValue
fn clone(&self) -> AttributeValue
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 AttributeValue
impl Debug for AttributeValue
impl Copy for AttributeValue
Auto Trait Implementations§
impl RefUnwindSafe for AttributeValue
impl Send for AttributeValue
impl Sync for AttributeValue
impl Unpin for AttributeValue
impl UnwindSafe for AttributeValue
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