pub type XIndexValue = _XIndexValue;Aliased Type§
#[repr(C)]pub struct XIndexValue {
pub pixel: u64,
pub red: u16,
pub green: u16,
pub blue: u16,
pub alpha: u16,
}Fields§
§pixel: u64§red: u16§green: u16§blue: u16§alpha: u16