Struct cairo::Context[][src]

pub struct Context(_, _);

Methods

impl Context
[src]

Important traits for Vec<u8>

Trait Implementations

impl Debug for Context
[src]

Formats the value using the given formatter. Read more

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

Transfer: none. Read more

Transfer: full. Read more

Transfer: container. Read more

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

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

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

impl StaticType for Context
[src]

Returns the type identifier of Self.

impl<'a> FromValueOptional<'a> for Context
[src]

impl SetValue for Context
[src]

impl SetValueOptional 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]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Context

impl !Sync for Context