pub struct ICU4XReorderedIndexMap(pub Vec<usize>);
Expand description
Thin wrapper around a vector that maps visual indices to source indices
map[visualIndex] = sourceIndex
Produced by reorder_visual()
on ICU4XBidi
.
Tuple Fields§
§0: Vec<usize>
Implementations§
Auto Trait Implementations§
impl Freeze for ICU4XReorderedIndexMap
impl RefUnwindSafe for ICU4XReorderedIndexMap
impl Send for ICU4XReorderedIndexMap
impl Sync for ICU4XReorderedIndexMap
impl Unpin for ICU4XReorderedIndexMap
impl UnwindSafe for ICU4XReorderedIndexMap
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more