Type Alias ElementReference

Source
pub type ElementReference = _ElementReference;

Aliased Type§

#[repr(C)]
pub struct ElementReference { pub id: *mut i8, pub type_: ReferenceType, pub gradient: _GradientInfo, pub previous: *mut _ElementReference, pub next: *mut _ElementReference, pub signature: usize, }

Fields§

§id: *mut i8§type_: ReferenceType§gradient: _GradientInfo§previous: *mut _ElementReference§next: *mut _ElementReference§signature: usize