pub type StaticEventGroup_t = xSTATIC_EVENT_GROUP;
Aliased Type§
struct StaticEventGroup_t {
pub xDummy1: u32,
pub xDummy2: xSTATIC_LIST,
pub ucDummy4: u8,
pub xDummyEventGroupLock: spinlock_t,
}
Fields§
§xDummy1: u32
§xDummy2: xSTATIC_LIST
§ucDummy4: u8
§xDummyEventGroupLock: spinlock_t
Trait Implementations
Source§impl Clone for xSTATIC_EVENT_GROUP
impl Clone for xSTATIC_EVENT_GROUP
Source§fn clone(&self) -> xSTATIC_EVENT_GROUP
fn clone(&self) -> xSTATIC_EVENT_GROUP
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 more