Struct cairo::Surface
[−]
[src]
pub struct Surface(_);
Methods
impl Surface
[src]
fn status(&self) -> Status
fn create_similar(&self, content: Content, width: i32, height: i32) -> Surface
Trait Implementations
impl Debug for Surface
[src]
impl<'a> ToGlibPtr<'a, *mut cairo_surface_t> for Surface
[src]
type Storage = &'a Surface
fn to_glib_none(&'a self) -> Stash<'a, *mut cairo_surface_t, Self>
Transfer: none. Read more
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
Transfer: container. Read more
fn to_glib_full(&self) -> P
Transfer: full. Read more
impl FromGlibPtrNone<*mut cairo_surface_t> for Surface
[src]
unsafe fn from_glib_none(ptr: *mut cairo_surface_t) -> Surface
impl FromGlibPtrFull<*mut cairo_surface_t> for Surface
[src]
unsafe fn from_glib_full(ptr: *mut cairo_surface_t) -> Surface
impl AsRef<Surface> for Surface
[src]
impl Clone for Surface
[src]
fn clone(&self) -> Surface
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more