#[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 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