Struct hsa::KernelDispatchPacket [] [src]

#[repr(C)]
pub struct KernelDispatchPacket { pub header: u16, pub setup: u16, pub workgroup_size_x: u16, pub workgroup_size_y: u16, pub workgroup_size_z: u16, pub grid_size_x: u32, pub grid_size_y: u32, pub grid_size_z: u32, pub private_segment_size: u32, pub group_segment_size: u32, pub kernel_object: u64, pub kernarg_address: *const c_void, pub completion_signal: SignalHandle, // some fields omitted }

Fields

Methods

impl KernelDispatchPacket
[src]

Trait Implementations

impl Clone for KernelDispatchPacket
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for KernelDispatchPacket
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for KernelDispatchPacket
[src]

Formats the value using the given formatter.