Struct i_slint_core::component::IndexRange
source · Expand description
A range of indices
Fields§
§start: usizeStart index
end: usizeIndex one past the last index
Trait Implementations§
source§impl From<IndexRange> for Range<usize>
impl From<IndexRange> for Range<usize>
source§fn from(r: IndexRange) -> Self
fn from(r: IndexRange) -> Self
Converts to this type from the input type.