Trait SurfaceExt
cairo::prelude
pub trait SurfaceExt { fn flush(&self); fn finish(&self); fn get_type(&self) -> SurfaceType; fn status(&self) -> Status; }
fn flush(&self)
fn finish(&self)
fn get_type(&self) -> SurfaceType
fn status(&self) -> Status
impl<O: AsRef<Surface>> SurfaceExt for O