Enum atk_sys::AtkRelationType
[−]
[src]
#[repr(C)]pub enum AtkRelationType { Null, ControlledBy, ControllerFor, LabelFor, LabelledBy, MemberOf, NodeChildOf, FlowsTo, FlowsFrom, SubwindowOf, Embeds, EmbeddedBy, PopupFor, ParentWindowOf, DescribedBy, DescriptionFor, NodeParentOf, LastDefined, }
Variants
Null
ControlledBy
ControllerFor
LabelFor
LabelledBy
MemberOf
NodeChildOf
FlowsTo
FlowsFrom
SubwindowOf
Embeds
EmbeddedBy
PopupFor
ParentWindowOf
DescribedBy
DescriptionFor
NodeParentOf
LastDefined
Trait Implementations
impl Clone for AtkRelationType
[src]
fn clone(&self) -> AtkRelationType
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