pub struct Splitter {
Show 16 fields pub axis: Axis, pub align: SplitterAlign, pub pos: f32, pub component_id: ComponentId, pub min_size: f32, pub split_size: f32, pub bg: Background, pub animator: Animator, pub realign_dist: f32, pub split_view: View, pub _calc_pos: f32, pub _is_moving: bool, pub _drag_point: f32, pub _drag_pos_start: f32, pub _drag_max_pos: f32, pub _hit_state_margin: Option<Padding>,
}

Fields

axis: Axisalign: SplitterAlignpos: f32component_id: ComponentIdmin_size: f32split_size: f32bg: Backgroundanimator: Animatorrealign_dist: f32split_view: View_calc_pos: f32_is_moving: bool_drag_point: f32_drag_pos_start: f32_drag_max_pos: f32_hit_state_margin: Option<Padding>

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.