#[repr(C)]pub enum KernelArgInfo {
AddressQualifier = 4_502,
AccessQualifier = 4_503,
TypeName = 4_504,
TypeQualifier = 4_505,
Name = 4_506,
}
Variants§
AddressQualifier = 4_502
AccessQualifier = 4_503
TypeName = 4_504
TypeQualifier = 4_505
Name = 4_506
Trait Implementations§
Source§impl Clone for KernelArgInfo
impl Clone for KernelArgInfo
Source§fn clone(&self) -> KernelArgInfo
fn clone(&self) -> KernelArgInfo
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 KernelArgInfo
impl Debug for KernelArgInfo
Source§impl From<&KernelArgInfo> for cl_kernel_arg_info
impl From<&KernelArgInfo> for cl_kernel_arg_info
Source§fn from(source_value: &KernelArgInfo) -> cl_kernel_arg_info
fn from(source_value: &KernelArgInfo) -> cl_kernel_arg_info
Converts to this type from the input type.
Source§impl From<KernelArgInfo> for cl_kernel_arg_info
impl From<KernelArgInfo> for cl_kernel_arg_info
Source§fn from(source_value: KernelArgInfo) -> cl_kernel_arg_info
fn from(source_value: KernelArgInfo) -> cl_kernel_arg_info
Converts to this type from the input type.
Source§impl From<u32> for KernelArgInfo
impl From<u32> for KernelArgInfo
Source§fn from(dest_value: cl_kernel_arg_info) -> KernelArgInfo
fn from(dest_value: cl_kernel_arg_info) -> KernelArgInfo
Converts to this type from the input type.
Source§impl Hash for KernelArgInfo
impl Hash for KernelArgInfo
Source§impl PartialEq for KernelArgInfo
impl PartialEq for KernelArgInfo
Source§impl PartialOrd for KernelArgInfo
impl PartialOrd for KernelArgInfo
impl Copy for KernelArgInfo
impl Eq for KernelArgInfo
impl StructuralPartialEq for KernelArgInfo
Auto Trait Implementations§
impl Freeze for KernelArgInfo
impl RefUnwindSafe for KernelArgInfo
impl Send for KernelArgInfo
impl Sync for KernelArgInfo
impl Unpin for KernelArgInfo
impl UnwindSafe for KernelArgInfo
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