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>,
}
Returns the “default value” for a type. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,