Enum cairo_sys::enums::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 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 Copy for Format[src]
impl Copy for Formatimpl Debug for Format[src]
impl Debug for Formatfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Format[src]
impl PartialEq for Formatfn eq(&self, other: &Format) -> bool[src]
fn eq(&self, other: &Format) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Format[src]
impl Eq for Formatimpl StaticType for Format[src]
impl StaticType for Formatfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for Format[src]
impl<'a> FromValueOptional<'a> for Formatunsafe fn from_value_optional(value: &Value) -> Option<Self>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>impl<'a> FromValue<'a> for Format[src]
impl<'a> FromValue<'a> for Formatunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for Format[src]
impl SetValue for Format