Struct cairo::path::Path [] [src]

pub struct Path {
    pub opaque: *mut c_void,
}

Fields

opaque: *mut c_void

Trait Implementations

impl Drop for Path
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more