Struct cairo_sys::cairo_path_t
source · [−]#[repr(C)]pub struct cairo_path_t {
pub status: cairo_status_t,
pub data: *mut cairo_path_data,
pub num_data: c_int,
}
Fields
status: cairo_status_t
data: *mut cairo_path_data
num_data: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cairo_path_t
impl !Send for cairo_path_t
impl !Sync for cairo_path_t
impl Unpin for cairo_path_t
impl UnwindSafe for cairo_path_t
Blanket Implementations
Mutably borrows from an owned value. Read more