Enum zaplib_components::SplitterEvent
source · [−]pub enum SplitterEvent {
None,
Moving {
new_pos: f32,
},
MovingEnd {
new_align: SplitterAlign,
new_pos: f32,
},
}
Variants
None
Moving
Fields
new_pos: f32
MovingEnd
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SplitterEvent
impl Send for SplitterEvent
impl Sync for SplitterEvent
impl Unpin for SplitterEvent
impl UnwindSafe for SplitterEvent
Blanket Implementations
Mutably borrows from an owned value. Read more