Enum cairo::enums::TextClusterFlags
[−]
[src]
#[repr(C)]pub enum TextClusterFlags { None, Backward, }
Variants
None
Backward
Trait Implementations
impl PartialOrd<TextClusterFlags> for TextClusterFlags
[src]
fn partial_cmp(&self, __arg_0: &TextClusterFlags) -> Option<Ordering>
impl Copy for TextClusterFlags
[src]
impl PartialEq<TextClusterFlags> for TextClusterFlags
[src]
fn eq(&self, __arg_0: &TextClusterFlags) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Debug for TextClusterFlags
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for TextClusterFlags
[src]
fn clone(&self) -> TextClusterFlags
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