Enum cairo::Format [] [src]

#[repr(C)]
pub enum Format { Invalid, ARgb32, Rgb24, A8, A1, Rgb16_565, Rgb30, }

Variants

Methods

impl Format
[src]

[src]

Trait Implementations

impl Clone for Format
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Format
[src]

impl PartialEq<Format> for Format
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for Format
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Format
[src]

Auto Trait Implementations

impl Send for Format

impl Sync for Format