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§
source§impl Clone for cairo_path_t
impl Clone for cairo_path_t
source§fn clone(&self) -> cairo_path_t
fn clone(&self) -> cairo_path_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more