#[repr(C)]pub struct halide_parallel_task_t {
pub fn_: halide_loop_task_t,
pub closure: *mut u8,
pub name: *const c_char,
pub semaphores: *mut halide_semaphore_acquire_t,
pub num_semaphores: c_int,
pub min: c_int,
pub extent: c_int,
pub min_threads: c_int,
pub serial: bool,
}Fields§
§fn_: halide_loop_task_t§closure: *mut u8§name: *const c_char§semaphores: *mut halide_semaphore_acquire_t§num_semaphores: c_int§min: c_int§extent: c_int§min_threads: c_int§serial: boolTrait Implementations§
Source§impl Clone for halide_parallel_task_t
impl Clone for halide_parallel_task_t
Source§fn clone(&self) -> halide_parallel_task_t
fn clone(&self) -> halide_parallel_task_t
Returns a copy 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 halide_parallel_task_t
impl Debug for halide_parallel_task_t
impl Copy for halide_parallel_task_t
Auto Trait Implementations§
impl Freeze for halide_parallel_task_t
impl RefUnwindSafe for halide_parallel_task_t
impl !Send for halide_parallel_task_t
impl !Sync for halide_parallel_task_t
impl Unpin for halide_parallel_task_t
impl UnwindSafe for halide_parallel_task_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