ElementReference

Type Alias ElementReference 

Source
pub type ElementReference = _ElementReference;

Aliased Type§

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

Fields§

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