pub type StaticQueue_t = xSTATIC_QUEUE;
Aliased Type§
struct StaticQueue_t {
pub pvDummy1: [*mut c_void; 3],
pub u: xSTATIC_QUEUE__bindgen_ty_1,
pub xDummy3: [xSTATIC_LIST; 2],
pub uxDummy4: [u32; 3],
pub ucDummy5: [u8; 2],
pub ucDummy6: u8,
pub pvDummy7: *mut c_void,
pub xDummyQueueLock: spinlock_t,
}
Fields§
§pvDummy1: [*mut c_void; 3]
§u: xSTATIC_QUEUE__bindgen_ty_1
§xDummy3: [xSTATIC_LIST; 2]
§uxDummy4: [u32; 3]
§ucDummy5: [u8; 2]
§ucDummy6: u8
§pvDummy7: *mut c_void
§xDummyQueueLock: spinlock_t
Trait Implementations
Source§impl Clone for xSTATIC_QUEUE
impl Clone for xSTATIC_QUEUE
Source§fn clone(&self) -> xSTATIC_QUEUE
fn clone(&self) -> xSTATIC_QUEUE
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