#[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: u32
Trait Implementations§
Source§impl Default for _dnode__bindgen_ty_2
impl Default for _dnode__bindgen_ty_2
Source§fn default() -> _dnode__bindgen_ty_2
fn default() -> _dnode__bindgen_ty_2
Returns the “default value” for a type. Read more
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