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]

Formats the value using the given formatter. Read more

impl Clone for cairo_path_data_header
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for cairo_path_data_header
[src]

Auto Trait Implementations