Enum onyx::ui::SizeHint [] [src]

pub enum SizeHint {
    Children,
    Fixed(f32),
    Relative(f32),
}

Variants

Trait Implementations

impl Copy for SizeHint
[src]

impl Clone for SizeHint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more