[][src]Trait cairo::prelude::SurfaceExt

pub trait SurfaceExt {
    fn flush(&self);
fn finish(&self);
fn get_type(&self) -> SurfaceType;
fn status(&self) -> Status; }

Required methods

fn flush(&self)

fn finish(&self)

fn get_type(&self) -> SurfaceType

fn status(&self) -> Status

Loading content...

Implementors

impl<O: AsRef<Surface>> SurfaceExt for O[src]

Loading content...