#[repr(C)]pub struct DdNode {
pub index: DdHalfWord,
pub ref_: DdHalfWord,
pub next: *mut DdNode,
pub type_: DdNode__bindgen_ty_1,
}Fields§
§index: DdHalfWord§ref_: DdHalfWord§next: *mut DdNode§type_: DdNode__bindgen_ty_1Auto Trait Implementations§
impl Freeze for DdNode
impl RefUnwindSafe for DdNode
impl !Send for DdNode
impl !Sync for DdNode
impl Unpin for DdNode
impl UnwindSafe for DdNode
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