Enum cairo::Format [−][src]
#[repr(C)]pub enum Format { Invalid, ARgb32, Rgb24, A8, A1, Rgb16_565, Rgb30, }
Variants
InvalidARgb32Rgb24A8A1Rgb16_565Rgb30
Methods
impl Format[src]
impl FormatTrait Implementations
impl StaticType for Format[src]
impl StaticType for Formatfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValue<'a> for Format[src]
impl<'a> FromValue<'a> for Formatunsafe fn from_value(value: &Value) -> Format[src]
unsafe fn from_value(value: &Value) -> Formatimpl Clone for Format[src]
impl Clone for Formatfn clone(&self) -> Format[src]
fn clone(&self) -> FormatReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Format[src]
impl Debug for Formatfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl<'a> FromValueOptional<'a> for Format[src]
impl<'a> FromValueOptional<'a> for Formatunsafe fn from_value_optional(value: &Value) -> Option<Format>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Format>impl SetValue for Format[src]
impl SetValue for Formatimpl Copy for Format[src]
impl Copy for Formatimpl Eq for Format[src]
impl Eq for Formatimpl PartialEq<Format> for Format[src]
impl PartialEq<Format> for Format