Struct stm32wb_hci::vendor::stm32wb::event::AttributeData
source · pub struct AttributeData<'a> {
pub attribute_handle: AttributeHandle,
pub group_end_handle: GroupEndHandle,
pub value: &'a [u8],
}Expand description
Attribute data returned in the AttReadByGroupTypeResponse event.
Fields§
§attribute_handle: AttributeHandleAttribute handle
group_end_handle: GroupEndHandleGroup end handle
value: &'a [u8]Attribute value
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for AttributeData<'a>
impl<'a> Send for AttributeData<'a>
impl<'a> Sync for AttributeData<'a>
impl<'a> Unpin for AttributeData<'a>
impl<'a> UnwindSafe for AttributeData<'a>
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