Struct cairo_sys::cairo_path_data_header [] [src]

#[repr(C)]
pub struct cairo_path_data_header { pub data_type: PathDataType, pub length: c_int, }

Fields

Trait Implementations

impl Debug for cairo_path_data_header
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations