Struct esp_idf_sys::xSTATIC_QUEUE
source · [−]#[repr(C)]pub struct xSTATIC_QUEUE {
pub pvDummy1: [*mut c_void; 3],
pub u: xSTATIC_QUEUE__bindgen_ty_1,
pub xDummy3: [StaticList_t; 2],
pub uxDummy4: [UBaseType_t; 3],
pub ucDummy5: [u8; 2],
pub ucDummy6: u8,
pub pvDummy7: *mut c_void,
pub xDummy10: portMUX_TYPE,
}
Fields
pvDummy1: [*mut c_void; 3]
u: xSTATIC_QUEUE__bindgen_ty_1
xDummy3: [StaticList_t; 2]
uxDummy4: [UBaseType_t; 3]
ucDummy5: [u8; 2]
ucDummy6: u8
pvDummy7: *mut c_void
xDummy10: portMUX_TYPE
Trait Implementations
sourceimpl Clone for xSTATIC_QUEUE
impl Clone for xSTATIC_QUEUE
sourcefn clone(&self) -> xSTATIC_QUEUE
fn clone(&self) -> xSTATIC_QUEUE
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for xSTATIC_QUEUE
impl Default for xSTATIC_QUEUE
impl Copy for xSTATIC_QUEUE
Auto Trait Implementations
impl RefUnwindSafe for xSTATIC_QUEUE
impl !Send for xSTATIC_QUEUE
impl !Sync for xSTATIC_QUEUE
impl Unpin for xSTATIC_QUEUE
impl UnwindSafe for xSTATIC_QUEUE
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more