#[repr(C)]pub enum ContextProperties {
Platform = 4_228,
InteropUserSync = 4_229,
}Variants§
Trait Implementations§
Source§impl Clone for ContextProperties
impl Clone for ContextProperties
Source§fn clone(&self) -> ContextProperties
fn clone(&self) -> ContextProperties
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 ContextProperties
impl Debug for ContextProperties
Source§impl From<&ContextProperties> for cl_context_properties
impl From<&ContextProperties> for cl_context_properties
Source§fn from(source_value: &ContextProperties) -> cl_context_properties
fn from(source_value: &ContextProperties) -> cl_context_properties
Converts to this type from the input type.
Source§impl From<ContextProperties> for cl_context_properties
impl From<ContextProperties> for cl_context_properties
Source§fn from(source_value: ContextProperties) -> cl_context_properties
fn from(source_value: ContextProperties) -> cl_context_properties
Converts to this type from the input type.
Source§impl From<isize> for ContextProperties
impl From<isize> for ContextProperties
Source§fn from(dest_value: cl_context_properties) -> ContextProperties
fn from(dest_value: cl_context_properties) -> ContextProperties
Converts to this type from the input type.
Source§impl Hash for ContextProperties
impl Hash for ContextProperties
Source§impl PartialEq for ContextProperties
impl PartialEq for ContextProperties
Source§impl PartialOrd for ContextProperties
impl PartialOrd for ContextProperties
impl Copy for ContextProperties
impl Eq for ContextProperties
impl StructuralPartialEq for ContextProperties
Auto Trait Implementations§
impl Freeze for ContextProperties
impl RefUnwindSafe for ContextProperties
impl Send for ContextProperties
impl Sync for ContextProperties
impl Unpin for ContextProperties
impl UnwindSafe for ContextProperties
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