#[repr(C)]pub enum KernelArgAddressQualifier {
Global = 4_507,
Local = 4_508,
Constant = 4_509,
Private = 4_510,
}
Variants§
Trait Implementations§
Source§impl Clone for KernelArgAddressQualifier
impl Clone for KernelArgAddressQualifier
Source§fn clone(&self) -> KernelArgAddressQualifier
fn clone(&self) -> KernelArgAddressQualifier
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 KernelArgAddressQualifier
impl Debug for KernelArgAddressQualifier
Source§impl From<&KernelArgAddressQualifier> for cl_kernel_arg_address_qualifier
impl From<&KernelArgAddressQualifier> for cl_kernel_arg_address_qualifier
Source§fn from(
source_value: &KernelArgAddressQualifier,
) -> cl_kernel_arg_address_qualifier
fn from( source_value: &KernelArgAddressQualifier, ) -> cl_kernel_arg_address_qualifier
Converts to this type from the input type.
Source§impl From<KernelArgAddressQualifier> for cl_kernel_arg_address_qualifier
impl From<KernelArgAddressQualifier> for cl_kernel_arg_address_qualifier
Source§fn from(
source_value: KernelArgAddressQualifier,
) -> cl_kernel_arg_address_qualifier
fn from( source_value: KernelArgAddressQualifier, ) -> cl_kernel_arg_address_qualifier
Converts to this type from the input type.
Source§impl From<u32> for KernelArgAddressQualifier
impl From<u32> for KernelArgAddressQualifier
Source§fn from(
dest_value: cl_kernel_arg_address_qualifier,
) -> KernelArgAddressQualifier
fn from( dest_value: cl_kernel_arg_address_qualifier, ) -> KernelArgAddressQualifier
Converts to this type from the input type.
Source§impl Hash for KernelArgAddressQualifier
impl Hash for KernelArgAddressQualifier
Source§impl PartialOrd for KernelArgAddressQualifier
impl PartialOrd for KernelArgAddressQualifier
impl Copy for KernelArgAddressQualifier
impl Eq for KernelArgAddressQualifier
impl StructuralPartialEq for KernelArgAddressQualifier
Auto Trait Implementations§
impl Freeze for KernelArgAddressQualifier
impl RefUnwindSafe for KernelArgAddressQualifier
impl Send for KernelArgAddressQualifier
impl Sync for KernelArgAddressQualifier
impl Unpin for KernelArgAddressQualifier
impl UnwindSafe for KernelArgAddressQualifier
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