ImageAttribute

Type Alias ImageAttribute 

Source
pub type ImageAttribute = _ImageAttribute;

Aliased Type§

#[repr(C)]
pub struct ImageAttribute { pub key: *mut i8, pub value: *mut i8, pub length: u64, pub previous: *mut _ImageAttribute, pub next: *mut _ImageAttribute, }

Fields§

§key: *mut i8§value: *mut i8§length: u64§previous: *mut _ImageAttribute§next: *mut _ImageAttribute