Struct libftdi1_sys::FTDIProgressInfo[][src]

#[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_timeprev: size_and_timecurrent: size_and_timetotalTime: f64totalRate: f64currentRate: f64

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.