Type Alias EventCommandStatus
pub type EventCommandStatus = EventCommandStatus;Expand description
Event status of the contained action associated with this event.
Aliased Type§
#[repr(transparent)]pub struct EventCommandStatus {
pub repr: u8,
}Fields§
§repr: u8