pub struct Info {
pub transfer_id: TransferId,
pub fixed_chunk_size: usize,
pub octet_count: usize,
pub chunk_count_received: usize,
pub waiting_for_chunk_index: usize,
}
Fields§
§transfer_id: TransferId
§fixed_chunk_size: usize
§octet_count: usize
§chunk_count_received: usize
§waiting_for_chunk_index: usize
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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