#[repr(C)]pub struct _dnode__bindgen_ty_2 {
    pub tail: __BindgenUnionField<*mut _dnode>,
    pub prev: __BindgenUnionField<*mut _dnode>,
    pub bindgen_union_field: u32,
}Fields§
§tail: __BindgenUnionField<*mut _dnode>§prev: __BindgenUnionField<*mut _dnode>§bindgen_union_field: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for _dnode__bindgen_ty_2
impl RefUnwindSafe for _dnode__bindgen_ty_2
impl !Send for _dnode__bindgen_ty_2
impl !Sync for _dnode__bindgen_ty_2
impl Unpin for _dnode__bindgen_ty_2
impl UnwindSafe for _dnode__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