#[repr(u32)]pub enum curandDirectionVectorSet {
CURAND_DIRECTION_VECTORS_32_JOEKUO6 = 101,
CURAND_SCRAMBLED_DIRECTION_VECTORS_32_JOEKUO6 = 102,
CURAND_DIRECTION_VECTORS_64_JOEKUO6 = 103,
CURAND_SCRAMBLED_DIRECTION_VECTORS_64_JOEKUO6 = 104,
}Variants§
CURAND_DIRECTION_VECTORS_32_JOEKUO6 = 101
CURAND_SCRAMBLED_DIRECTION_VECTORS_32_JOEKUO6 = 102
CURAND_DIRECTION_VECTORS_64_JOEKUO6 = 103
CURAND_SCRAMBLED_DIRECTION_VECTORS_64_JOEKUO6 = 104
Trait Implementations§
Source§impl Clone for curandDirectionVectorSet
impl Clone for curandDirectionVectorSet
Source§fn clone(&self) -> curandDirectionVectorSet
fn clone(&self) -> curandDirectionVectorSet
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 curandDirectionVectorSet
impl Debug for curandDirectionVectorSet
Source§impl Hash for curandDirectionVectorSet
impl Hash for curandDirectionVectorSet
Source§impl Ord for curandDirectionVectorSet
impl Ord for curandDirectionVectorSet
Source§fn cmp(&self, other: &curandDirectionVectorSet) -> Ordering
fn cmp(&self, other: &curandDirectionVectorSet) -> 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 curandDirectionVectorSet
impl PartialEq for curandDirectionVectorSet
Source§impl PartialOrd for curandDirectionVectorSet
impl PartialOrd for curandDirectionVectorSet
impl Copy for curandDirectionVectorSet
impl Eq for curandDirectionVectorSet
impl StructuralPartialEq for curandDirectionVectorSet
Auto Trait Implementations§
impl Freeze for curandDirectionVectorSet
impl RefUnwindSafe for curandDirectionVectorSet
impl Send for curandDirectionVectorSet
impl Sync for curandDirectionVectorSet
impl Unpin for curandDirectionVectorSet
impl UnsafeUnpin for curandDirectionVectorSet
impl UnwindSafe for curandDirectionVectorSet
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