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