pub struct ReadJob {
pub file: Arc<File>,
pub offset: u64,
pub length: usize,
}Fields§
§file: Arc<File>§offset: u64§length: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ReadJob
impl RefUnwindSafe for ReadJob
impl Send for ReadJob
impl Sync for ReadJob
impl Unpin for ReadJob
impl UnwindSafe for ReadJob
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