Enum iui::controls::GridAlignment [−][src]
pub enum GridAlignment {
Fill,
Start,
Center,
End,
}Informs a LayoutGrid how to align a control.
Variants
FillExpand to use all available space.
StartCollapse toward the start of the available space.
CenterCollapse equally on both sides of the available space.
EndCollapse toward the end of the available space.
Trait Implementations
impl Clone for GridAlignment[src]
impl Clone for GridAlignmentfn clone(&self) -> GridAlignment[src]
fn clone(&self) -> GridAlignmentReturns 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 GridAlignmentimpl PartialEq for GridAlignment[src]
impl PartialEq for GridAlignmentAuto Trait Implementations
impl Send for GridAlignment
impl Send for GridAlignmentimpl Sync for GridAlignment
impl Sync for GridAlignment