pub struct StepMap { /* private fields */ }Expand description
How one step remaps positions. ranges is a flat list of
(start, old_size, new_size) triples.
Implementations§
Trait Implementations§
impl Eq for StepMap
impl StructuralPartialEq for StepMap
Auto Trait Implementations§
impl Freeze for StepMap
impl RefUnwindSafe for StepMap
impl Send for StepMap
impl Sync for StepMap
impl Unpin for StepMap
impl UnsafeUnpin for StepMap
impl UnwindSafe for StepMap
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