#[repr(u32)]pub enum DeviceContextOptions {
None = 0,
EnableMultiThreadedOptimizations = 1,
}Variants§
Trait Implementations§
Source§impl Clone for DeviceContextOptions
impl Clone for DeviceContextOptions
Source§fn clone(&self) -> DeviceContextOptions
fn clone(&self) -> DeviceContextOptions
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 DeviceContextOptions
impl Debug for DeviceContextOptions
Source§impl PartialEq for DeviceContextOptions
impl PartialEq for DeviceContextOptions
impl Copy for DeviceContextOptions
impl Eq for DeviceContextOptions
impl StructuralPartialEq for DeviceContextOptions
Auto Trait Implementations§
impl Freeze for DeviceContextOptions
impl RefUnwindSafe for DeviceContextOptions
impl Send for DeviceContextOptions
impl Sync for DeviceContextOptions
impl Unpin for DeviceContextOptions
impl UnsafeUnpin for DeviceContextOptions
impl UnwindSafe for DeviceContextOptions
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