Type Alias magick_rust::bindings::ElementReference
source · pub type ElementReference = _ElementReference;
Aliased Type§
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