pub struct StreamMap {
pub block_first_file_index: Vec<usize>,
pub file_block_index: Vec<Option<usize>>,
/* private fields */
}Fields§
§block_first_file_index: Vec<usize>§file_block_index: Vec<Option<usize>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamMap
impl RefUnwindSafe for StreamMap
impl Send for StreamMap
impl Sync for StreamMap
impl Unpin for StreamMap
impl UnwindSafe for StreamMap
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