Enum sixtyfps_corelib::layout::LayoutAlignment [−][src]
#[repr(C)] pub enum LayoutAlignment { stretch, center, start, end, space_between, space_around, }
Enum representing the alignment property of a BoxLayout or HorizontalLayout
Variants
Trait Implementations
impl Clone for LayoutAlignment
[src]
impl Clone for LayoutAlignment
[src]fn clone(&self) -> LayoutAlignment
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for LayoutAlignment
[src]
impl Copy for LayoutAlignment
[src]impl Default for LayoutAlignment
[src]
impl Default for LayoutAlignment
[src]impl FromStr for LayoutAlignment
[src]
impl FromStr for LayoutAlignment
[src]type Err = ParseError
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<LayoutAlignment, Self::Err>
[src]
impl PartialEq<LayoutAlignment> for LayoutAlignment
[src]
impl PartialEq<LayoutAlignment> for LayoutAlignment
[src]impl StructuralPartialEq for LayoutAlignment
[src]
impl StructuralPartialEq for LayoutAlignment
[src]Auto Trait Implementations
impl RefUnwindSafe for LayoutAlignment
impl RefUnwindSafe for LayoutAlignment
impl Send for LayoutAlignment
impl Send for LayoutAlignment
impl Sync for LayoutAlignment
impl Sync for LayoutAlignment
impl Unpin for LayoutAlignment
impl Unpin for LayoutAlignment
impl UnwindSafe for LayoutAlignment
impl UnwindSafe for LayoutAlignment