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