pub struct GroupEvent<D: DPT> {
pub address: u16,
pub event_type: GroupEventType,
pub data: D,
}
Fields§
§address: u16
§event_type: GroupEventType
§data: D
Auto Trait Implementations§
impl<D> Freeze for GroupEvent<D>where
D: Freeze,
impl<D> RefUnwindSafe for GroupEvent<D>where
D: RefUnwindSafe,
impl<D> Send for GroupEvent<D>where
D: Send,
impl<D> Sync for GroupEvent<D>where
D: Sync,
impl<D> Unpin for GroupEvent<D>where
D: Unpin,
impl<D> UnwindSafe for GroupEvent<D>where
D: UnwindSafe,
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