Struct esp_idf_sys::os_mqueue
source · #[repr(C)]pub struct os_mqueue {
pub mq_head: os_mqueue__bindgen_ty_1,
pub mq_ev: ble_npl_event,
}
Expand description
Structure representing a queue of mbufs.
Fields§
§mq_head: os_mqueue__bindgen_ty_1
§mq_ev: ble_npl_event
Event to post when new buffers are available on the queue.
Trait Implementations§
impl Copy for os_mqueue
Auto Trait Implementations§
impl Freeze for os_mqueue
impl RefUnwindSafe for os_mqueue
impl !Send for os_mqueue
impl !Sync for os_mqueue
impl Unpin for os_mqueue
impl UnwindSafe for os_mqueue
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)