Struct cairo::Context [] [src]

pub struct Context(_);

Methods

impl Context
[src]

Trait Implementations

impl<'a> ToGlibPtr<'a, *mut cairo_t> for &'a Context
[src]

Transfer: none. Read more

Transfer: container. Read more

Transfer: full. Read more

impl FromGlibPtrNone<*mut cairo_t> for Context
[src]

impl FromGlibPtrFull<*mut cairo_t> for Context
[src]

impl AsRef<Context> for Context
[src]

Performs the conversion.

impl Clone for Context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Context
[src]

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