#[repr(C)]pub struct mpsc_pbuf_generic {
pub hdr: __BindgenUnionField<mpsc_pbuf_hdr>,
pub skip: __BindgenUnionField<mpsc_pbuf_skip>,
pub raw: __BindgenUnionField<u32>,
pub bindgen_union_field: u32,
}
Expand description
@brief Generic packet header.
Fields§
§hdr: __BindgenUnionField<mpsc_pbuf_hdr>
§skip: __BindgenUnionField<mpsc_pbuf_skip>
§raw: __BindgenUnionField<u32>
§bindgen_union_field: u32
Auto Trait Implementations§
impl Freeze for mpsc_pbuf_generic
impl RefUnwindSafe for mpsc_pbuf_generic
impl Send for mpsc_pbuf_generic
impl Sync for mpsc_pbuf_generic
impl Unpin for mpsc_pbuf_generic
impl UnwindSafe for mpsc_pbuf_generic
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