#[repr(C)]pub enum KernelInfo {
FunctionName = 4_496,
NumArgs = 4_497,
ReferenceCount = 4_498,
Context = 4_499,
Program = 4_500,
Attributes = 4_501,
}
Variants§
FunctionName = 4_496
NumArgs = 4_497
ReferenceCount = 4_498
Context = 4_499
Program = 4_500
Attributes = 4_501
Trait Implementations§
Source§impl Clone for KernelInfo
impl Clone for KernelInfo
Source§fn clone(&self) -> KernelInfo
fn clone(&self) -> KernelInfo
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 moreSource§impl Debug for KernelInfo
impl Debug for KernelInfo
Source§impl From<&KernelInfo> for cl_kernel_info
impl From<&KernelInfo> for cl_kernel_info
Source§fn from(source_value: &KernelInfo) -> cl_kernel_info
fn from(source_value: &KernelInfo) -> cl_kernel_info
Converts to this type from the input type.
Source§impl From<KernelInfo> for cl_kernel_info
impl From<KernelInfo> for cl_kernel_info
Source§fn from(source_value: KernelInfo) -> cl_kernel_info
fn from(source_value: KernelInfo) -> cl_kernel_info
Converts to this type from the input type.
Source§impl From<u32> for KernelInfo
impl From<u32> for KernelInfo
Source§fn from(dest_value: cl_kernel_info) -> KernelInfo
fn from(dest_value: cl_kernel_info) -> KernelInfo
Converts to this type from the input type.
Source§impl Hash for KernelInfo
impl Hash for KernelInfo
Source§impl PartialEq for KernelInfo
impl PartialEq for KernelInfo
Source§impl PartialOrd for KernelInfo
impl PartialOrd for KernelInfo
impl Copy for KernelInfo
impl Eq for KernelInfo
impl StructuralPartialEq for KernelInfo
Auto Trait Implementations§
impl Freeze for KernelInfo
impl RefUnwindSafe for KernelInfo
impl Send for KernelInfo
impl Sync for KernelInfo
impl Unpin for KernelInfo
impl UnwindSafe for KernelInfo
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