pub struct EventReport {
pub endpoint: Option<u16>,
pub cluster: Option<u32>,
pub event: Option<u32>,
pub event_number: Option<u64>,
pub data: Option<TlvItemValue>,
}Expand description
One decoded EventReportIB.
Fields§
§endpoint: Option<u16>§cluster: Option<u32>§event: Option<u32>§event_number: Option<u64>§data: Option<TlvItemValue>Trait Implementations§
Source§impl Clone for EventReport
impl Clone for EventReport
Source§fn clone(&self) -> EventReport
fn clone(&self) -> EventReport
Returns a duplicate 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 EventReport
impl Debug for EventReport
Source§impl PartialEq for EventReport
impl PartialEq for EventReport
impl StructuralPartialEq for EventReport
Auto Trait Implementations§
impl Freeze for EventReport
impl RefUnwindSafe for EventReport
impl Send for EventReport
impl Sync for EventReport
impl Unpin for EventReport
impl UnsafeUnpin for EventReport
impl UnwindSafe for EventReport
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