#[repr(C)]pub struct FTDIProgressInfo {
pub first: size_and_time,
pub prev: size_and_time,
pub current: size_and_time,
pub totalTime: f64,
pub totalRate: f64,
pub currentRate: f64,
}Fields§
§first: size_and_time§prev: size_and_time§current: size_and_time§totalTime: f64§totalRate: f64§currentRate: f64Auto Trait Implementations§
impl Freeze for FTDIProgressInfo
impl RefUnwindSafe for FTDIProgressInfo
impl Send for FTDIProgressInfo
impl Sync for FTDIProgressInfo
impl Unpin for FTDIProgressInfo
impl UnsafeUnpin for FTDIProgressInfo
impl UnwindSafe for FTDIProgressInfo
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