pub struct IdxLen {
pub idx: usize,
pub len: usize,
}Expand description
A source index and the length of its chunk.
Fields§
§idx: usizeSource index.
len: usizeChunk length.
Auto Trait Implementations§
impl Freeze for IdxLen
impl RefUnwindSafe for IdxLen
impl Send for IdxLen
impl Sync for IdxLen
impl Unpin for IdxLen
impl UnsafeUnpin for IdxLen
impl UnwindSafe for IdxLen
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