Enum iui::controls::GridAlignment[][src]

pub enum GridAlignment {
    Fill,
    Start,
    Center,
    End,
}
[]

Informs a LayoutGrid how to align a control.

Variants

[]

Expand to use all available space.

[]

Collapse toward the start of the available space.

[]

Collapse equally on both sides of the available space.

[]

Collapse toward the end of the available space.

Trait Implementations

impl Clone for GridAlignment
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GridAlignment
[src]

impl PartialEq for GridAlignment
[src]
[+]

[]

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

[]

This method tests for !=.

Auto Trait Implementations

impl Send for GridAlignment

impl Sync for GridAlignment