#[repr(C)]pub struct tm_task_status_t {
pub task_id: *mut u64,
pub text: *mut *const c_char,
pub fraction: *mut f32,
pub num_tasks: u32,
pub _padding_30: [c_char; 4],
}Fields§
§task_id: *mut u64§text: *mut *const c_char§fraction: *mut f32§num_tasks: u32§_padding_30: [c_char; 4]Trait Implementations§
Source§impl Clone for tm_task_status_t
impl Clone for tm_task_status_t
Source§fn clone(&self) -> tm_task_status_t
fn clone(&self) -> tm_task_status_t
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 moreimpl Copy for tm_task_status_t
Auto Trait Implementations§
impl Freeze for tm_task_status_t
impl RefUnwindSafe for tm_task_status_t
impl !Send for tm_task_status_t
impl !Sync for tm_task_status_t
impl Unpin for tm_task_status_t
impl UnwindSafe for tm_task_status_t
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