#[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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§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
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 28 bytes