#[repr(C)]pub struct _thread_base__bindgen_ty_2 {
pub __bindgen_anon_1: __BindgenUnionField<_thread_base__bindgen_ty_2__bindgen_ty_1>,
pub preempt: __BindgenUnionField<u16>,
pub bindgen_union_field: u16,
}
Fields§
§__bindgen_anon_1: __BindgenUnionField<_thread_base__bindgen_ty_2__bindgen_ty_1>
§preempt: __BindgenUnionField<u16>
§bindgen_union_field: u16
Auto Trait Implementations§
impl Freeze for _thread_base__bindgen_ty_2
impl RefUnwindSafe for _thread_base__bindgen_ty_2
impl Send for _thread_base__bindgen_ty_2
impl Sync for _thread_base__bindgen_ty_2
impl Unpin for _thread_base__bindgen_ty_2
impl UnwindSafe for _thread_base__bindgen_ty_2
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