Struct cairo::Path [−][src]
pub struct Path(_);
Methods
impl Path[src]
impl Pathpub fn as_ptr(&self) -> *mut cairo_path_t[src]
pub fn as_ptr(&self) -> *mut cairo_path_tpub fn ensure_status(&self)[src]
pub fn ensure_status(&self)pub unsafe fn from_raw_full(pointer: *mut cairo_path_t) -> Path[src]
pub unsafe fn from_raw_full(pointer: *mut cairo_path_t) -> PathⓘImportant traits for PathSegments<'a>pub fn iter(&self) -> PathSegments[src]
ⓘImportant traits for PathSegments<'a>
pub fn iter(&self) -> PathSegmentsTrait Implementations
impl Debug for Path[src]
impl Debug for Pathfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Drop for Path[src]
impl Drop for Path