pub struct AttributeData<'a> {
pub attribute_handle: AttributeHandle,
pub attribute_end_handle: AttributeHandle,
pub value: &'a [u8],
}
Expand description
Attribute data returned in the AttReadByGroupTypeResponse
event.
Fields§
§attribute_handle: AttributeHandle
Attribute handle
attribute_end_handle: AttributeHandle
Group end handle
value: &'a [u8]
Attribute value
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AttributeData<'a>
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