Enum cairo::TextClusterFlags
source · [−]pub enum TextClusterFlags {
None,
Backward,
// some variants omitted
}Variants
None
Backward
Trait Implementations
sourceimpl Clone for TextClusterFlags
impl Clone for TextClusterFlags
sourcefn clone(&self) -> TextClusterFlags
fn clone(&self) -> TextClusterFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TextClusterFlags
impl Debug for TextClusterFlags
sourceimpl Display for TextClusterFlags
impl Display for TextClusterFlags
sourceimpl<'a> FromValue<'a> for TextClusterFlags
impl<'a> FromValue<'a> for TextClusterFlags
unsafe fn from_value(value: &Value) -> Self
sourceimpl<'a> FromValueOptional<'a> for TextClusterFlags
impl<'a> FromValueOptional<'a> for TextClusterFlags
unsafe fn from_value_optional(value: &Value) -> Option<Self>
sourceimpl PartialEq<TextClusterFlags> for TextClusterFlags
impl PartialEq<TextClusterFlags> for TextClusterFlags
sourcefn eq(&self, other: &TextClusterFlags) -> bool
fn eq(&self, other: &TextClusterFlags) -> bool
sourceimpl PartialOrd<TextClusterFlags> for TextClusterFlags
impl PartialOrd<TextClusterFlags> for TextClusterFlags
sourcefn partial_cmp(&self, other: &TextClusterFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &TextClusterFlags) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresourceimpl StaticType for TextClusterFlags
impl StaticType for TextClusterFlags
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self.impl Copy for TextClusterFlags
impl StructuralPartialEq for TextClusterFlags
Auto Trait Implementations
impl RefUnwindSafe for TextClusterFlags
impl Send for TextClusterFlags
impl Sync for TextClusterFlags
impl Unpin for TextClusterFlags
impl UnwindSafe for TextClusterFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
impl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
sourcefn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue clone of self.