pub struct ActualSize {
pub actual_file_size: u64,
pub actual_file_num: u32,
pub file_chunk_num: u32,
pub chunk_num: u32,
}Fields§
§actual_file_size: u64§actual_file_num: u32§file_chunk_num: u32§chunk_num: u32Implementations§
Trait Implementations§
Source§impl Clone for ActualSize
impl Clone for ActualSize
Source§fn clone(&self) -> ActualSize
fn clone(&self) -> ActualSize
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ActualSize
impl Debug for ActualSize
Source§impl Display for ActualSize
impl Display for ActualSize
impl Copy for ActualSize
Auto Trait Implementations§
impl Freeze for ActualSize
impl RefUnwindSafe for ActualSize
impl Send for ActualSize
impl Sync for ActualSize
impl Unpin for ActualSize
impl UnwindSafe for ActualSize
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