#[repr(C)]pub struct k_work_sync__bindgen_ty_1 {
pub flusher: __BindgenUnionField<z_work_flusher>,
pub canceller: __BindgenUnionField<z_work_canceller>,
pub bindgen_union_field: [u32; 8],
}
Fields§
§flusher: __BindgenUnionField<z_work_flusher>
§canceller: __BindgenUnionField<z_work_canceller>
§bindgen_union_field: [u32; 8]
Auto Trait Implementations§
impl Freeze for k_work_sync__bindgen_ty_1
impl RefUnwindSafe for k_work_sync__bindgen_ty_1
impl !Send for k_work_sync__bindgen_ty_1
impl !Sync for k_work_sync__bindgen_ty_1
impl Unpin for k_work_sync__bindgen_ty_1
impl UnwindSafe for k_work_sync__bindgen_ty_1
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