Enum iui::controls::GridAlignment [−][src]
pub enum GridAlignment { Fill, Start, Center, End, }
Informs a LayoutGrid
how to align a control.
Variants
Fill
Expand to use all available space.
Start
Collapse toward the start of the available space.
Center
Collapse equally on both sides of the available space.
End
Collapse toward the end of the available space.
Trait Implementations
impl Clone for GridAlignment
[src]
impl Clone for GridAlignment
fn clone(&self) -> GridAlignment
[src]
fn clone(&self) -> GridAlignment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for GridAlignment
[src]
impl Copy for GridAlignment
impl PartialEq for GridAlignment
[src]
impl PartialEq for GridAlignment
Auto Trait Implementations
impl Send for GridAlignment
impl Send for GridAlignment
impl Sync for GridAlignment
impl Sync for GridAlignment