Enum cairo::Format 
                   
                       [−]
                   
               [src]
#[repr(C)]pub enum Format { Invalid, ARgb32, Rgb24, A8, A1, Rgb16_565, Rgb30, }
Variants
InvalidARgb32Rgb24A8A1Rgb16_565Rgb30Trait Implementations
impl Debug for Format[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Copy for Format[src]
impl Clone for Format[src]
fn clone(&self) -> Format
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