pub struct AttributeReport<'a> {
pub attribute_id: u16,
pub data_type: ZclDataType<'a>,
}Fields§
§attribute_id: u16§data_type: ZclDataType<'a>Trait Implementations§
Source§impl<'a> Debug for AttributeReport<'a>
impl<'a> Debug for AttributeReport<'a>
Source§impl<'a> PartialEq for AttributeReport<'a>
impl<'a> PartialEq for AttributeReport<'a>
Source§impl<'a> TryRead<'a> for AttributeReport<'a>
impl<'a> TryRead<'a> for AttributeReport<'a>
impl<'a> StructuralPartialEq for AttributeReport<'a>
Auto Trait Implementations§
impl<'a> Freeze for AttributeReport<'a>
impl<'a> RefUnwindSafe for AttributeReport<'a>
impl<'a> Send for AttributeReport<'a>
impl<'a> Sync for AttributeReport<'a>
impl<'a> Unpin for AttributeReport<'a>
impl<'a> UnwindSafe for AttributeReport<'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