pub type ETSEvent = ETSEventTag;
Aliased Type§
struct ETSEvent {
pub sig: u32,
pub par: u32,
}
Fields§
§sig: u32
< Event signal, in same task, different Event with different signal
par: u32
< Event parameter, sometimes without usage, then will be set as 0
Trait Implementations
Source§impl Clone for ETSEventTag
impl Clone for ETSEventTag
Source§fn clone(&self) -> ETSEventTag
fn clone(&self) -> ETSEventTag
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ETSEventTag
impl Debug for ETSEventTag
Source§impl Default for ETSEventTag
impl Default for ETSEventTag
Source§fn default() -> ETSEventTag
fn default() -> ETSEventTag
Returns the “default value” for a type. Read more