pub struct EventSummaryItem<'a> {
pub object_id: ObjectId,
pub event_state: u32,
pub acknowledged_transitions: BitString<'a>,
pub notify_type: u32,
pub event_enable: BitString<'a>,
pub event_priorities: [u32; 3],
}Fields§
§object_id: ObjectId§event_state: u32§acknowledged_transitions: BitString<'a>§notify_type: u32§event_enable: BitString<'a>§event_priorities: [u32; 3]Trait Implementations§
Source§impl<'a> Clone for EventSummaryItem<'a>
impl<'a> Clone for EventSummaryItem<'a>
Source§fn clone(&self) -> EventSummaryItem<'a>
fn clone(&self) -> EventSummaryItem<'a>
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<'a> Debug for EventSummaryItem<'a>
impl<'a> Debug for EventSummaryItem<'a>
Source§impl<'a> PartialEq for EventSummaryItem<'a>
impl<'a> PartialEq for EventSummaryItem<'a>
impl<'a> Copy for EventSummaryItem<'a>
impl<'a> Eq for EventSummaryItem<'a>
impl<'a> StructuralPartialEq for EventSummaryItem<'a>
Auto Trait Implementations§
impl<'a> Freeze for EventSummaryItem<'a>
impl<'a> RefUnwindSafe for EventSummaryItem<'a>
impl<'a> Send for EventSummaryItem<'a>
impl<'a> Sync for EventSummaryItem<'a>
impl<'a> Unpin for EventSummaryItem<'a>
impl<'a> UnsafeUnpin for EventSummaryItem<'a>
impl<'a> UnwindSafe for EventSummaryItem<'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