#[repr(C)]pub struct _thread_base__bindgen_ty_1 {
    pub qnode_dlist: __BindgenUnionField<sys_dnode_t>,
    pub qnode_rb: __BindgenUnionField<rbnode>,
    pub bindgen_union_field: [u32; 2],
}Fields§
§qnode_dlist: __BindgenUnionField<sys_dnode_t>§qnode_rb: __BindgenUnionField<rbnode>§bindgen_union_field: [u32; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for _thread_base__bindgen_ty_1
impl RefUnwindSafe for _thread_base__bindgen_ty_1
impl !Send for _thread_base__bindgen_ty_1
impl !Sync for _thread_base__bindgen_ty_1
impl Unpin for _thread_base__bindgen_ty_1
impl UnwindSafe for _thread_base__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