#[repr(u32)]pub enum cudaEmulationMantissaControl_t {
CUDA_EMULATION_MANTISSA_CONTROL_DYNAMIC = 0,
CUDA_EMULATION_MANTISSA_CONTROL_FIXED = 1,
}Variants§
Trait Implementations§
Source§impl Clone for cudaEmulationMantissaControl_t
impl Clone for cudaEmulationMantissaControl_t
Source§fn clone(&self) -> cudaEmulationMantissaControl_t
fn clone(&self) -> cudaEmulationMantissaControl_t
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 Ord for cudaEmulationMantissaControl_t
impl Ord for cudaEmulationMantissaControl_t
Source§fn cmp(&self, other: &cudaEmulationMantissaControl_t) -> Ordering
fn cmp(&self, other: &cudaEmulationMantissaControl_t) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for cudaEmulationMantissaControl_t
impl PartialEq for cudaEmulationMantissaControl_t
Source§fn eq(&self, other: &cudaEmulationMantissaControl_t) -> bool
fn eq(&self, other: &cudaEmulationMantissaControl_t) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for cudaEmulationMantissaControl_t
impl PartialOrd for cudaEmulationMantissaControl_t
impl Copy for cudaEmulationMantissaControl_t
impl Eq for cudaEmulationMantissaControl_t
impl StructuralPartialEq for cudaEmulationMantissaControl_t
Auto Trait Implementations§
impl Freeze for cudaEmulationMantissaControl_t
impl RefUnwindSafe for cudaEmulationMantissaControl_t
impl Send for cudaEmulationMantissaControl_t
impl Sync for cudaEmulationMantissaControl_t
impl Unpin for cudaEmulationMantissaControl_t
impl UnsafeUnpin for cudaEmulationMantissaControl_t
impl UnwindSafe for cudaEmulationMantissaControl_t
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