Enum iui::controls::GridInsertionStrategy [−][src]
pub enum GridInsertionStrategy { Leading, Top, Trailing, Bottom, }
Informs a LayoutGrid
as to position a control.
Variants
Leading
Place control to left of existing control, align tops
Top
Place control above existing control, align left edges
Trailing
Place control to right of existing control, align tops
Bottom
Place control below existing control, align left edges
Trait Implementations
impl Clone for GridInsertionStrategy
[src]
impl Clone for GridInsertionStrategy
fn clone(&self) -> GridInsertionStrategy
[src]
fn clone(&self) -> GridInsertionStrategy
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 GridInsertionStrategy
[src]
impl Copy for GridInsertionStrategy
impl PartialEq for GridInsertionStrategy
[src]
impl PartialEq for GridInsertionStrategy
Auto Trait Implementations
impl Send for GridInsertionStrategy
impl Send for GridInsertionStrategy
impl Sync for GridInsertionStrategy
impl Sync for GridInsertionStrategy