Enum atk_sys::AtkTextAttribute [] [src]

#[repr(C)]
pub enum AtkTextAttribute { 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, }

Variants

Trait Implementations

impl Clone for AtkTextAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AtkTextAttribute
[src]

impl Debug for AtkTextAttribute
[src]

Formats the value using the given formatter.

impl Eq for AtkTextAttribute
[src]

impl PartialEq for AtkTextAttribute
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.