Enum atk_sys::AtkRelationType [] [src]

pub enum AtkRelationType {
    Null,
    ControlledBy,
    ControllerFor,
    LabelFor,
    LabelledBy,
    MemberOf,
    NodeChildOf,
    FlowsTo,
    FlowsFrom,
    SubwindowOf,
    Embeds,
    EmbeddedBy,
    PopupFor,
    ParentWindowOf,
    DescribedBy,
    DescriptionFor,
    NodeParentOf,
    LastDefined,
}

Variants

Trait Implementations

impl Clone for AtkRelationType
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for AtkRelationType
[src]

impl Debug for AtkRelationType
[src]

[]

Formats the value using the given formatter.

impl Eq for AtkRelationType
[src]

impl PartialEq for AtkRelationType
[src]

[]

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

[]

This method tests for !=.