Struct cairo_sys::cairo_path_t [] [src]

#[repr(C)]
pub struct cairo_path_t { pub status: Status, pub data: *mut [c_double; 2], pub num_data: c_int, }

Fields

Trait Implementations

impl Debug for cairo_path_t
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for cairo_path_t

impl !Sync for cairo_path_t