Struct machinery_api::foundation::TaskProgressT [−][src]
#[repr(C)]pub struct TaskProgressT { pub num_tasks: u32, pub task_index: u32, pub text: *const c_char, pub fraction: f32, pub _padding_32: [c_char; 4], }
Fields
num_tasks: u32task_index: u32text: *const c_charfraction: f32_padding_32: [c_char; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TaskProgressT
impl !Send for TaskProgressT
impl !Sync for TaskProgressT
impl Unpin for TaskProgressT
impl UnwindSafe for TaskProgressT
Blanket Implementations
Mutably borrows from an owned value. Read more