Enum atk::TextAttribute[][src]

pub enum TextAttribute {
    Invalid,
    LeftMargin,
    RightMargin,
    Indent,
    Invisible,
    Editable,
    PixelsAboveLines,
    PixelsBelowLines,
    PixelsInsideWrap,
    BgFullHeight,
    Rise,
    Underline,
    Strikethrough,
    Size,
    Scale,
    Weight,
    Language,
    FamilyName,
    BgColor,
    FgColor,
    BgStipple,
    FgStipple,
    WrapMode,
    Direction,
    Justification,
    Stretch,
    Variant,
    Style,
    LastDefined,
    // some variants omitted
}

Variants

Invalid
LeftMargin
RightMargin
Indent
Invisible
Editable
PixelsAboveLines
PixelsBelowLines
PixelsInsideWrap
BgFullHeight
Rise
Underline
Strikethrough
Size
Scale
Weight
Language
FamilyName
BgColor
FgColor
BgStipple
FgStipple
WrapMode
Direction
Justification
Stretch
Variant
Style
LastDefined

Trait Implementations

impl Clone for TextAttribute[src]

impl Copy for TextAttribute[src]

impl Debug for TextAttribute[src]

impl Display for TextAttribute[src]

impl Eq for TextAttribute[src]

impl<'a> FromValue<'a> for TextAttribute[src]

impl<'a> FromValueOptional<'a> for TextAttribute[src]

impl Hash for TextAttribute[src]

impl Ord for TextAttribute[src]

impl PartialEq<TextAttribute> for TextAttribute[src]

impl PartialOrd<TextAttribute> for TextAttribute[src]

impl SetValue for TextAttribute[src]

impl StaticType for TextAttribute[src]

impl StructuralEq for TextAttribute[src]

impl StructuralPartialEq for TextAttribute[src]

Auto Trait Implementations

impl RefUnwindSafe for TextAttribute

impl Send for TextAttribute

impl Sync for TextAttribute

impl Unpin for TextAttribute

impl UnwindSafe for TextAttribute

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: SetValue + Send + ToValue + ?Sized
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.