Enum necsim_impls_cuda::cogs::maths::NvptxMathsCore
source · pub enum NvptxMathsCore {}
Trait Implementations§
source§impl Clone for NvptxMathsCore
impl Clone for NvptxMathsCore
source§fn clone(&self) -> NvptxMathsCore
fn clone(&self) -> NvptxMathsCore
Returns a copy 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 NvptxMathsCore
impl Debug for NvptxMathsCore
source§impl MathsCore for NvptxMathsCore
impl MathsCore for NvptxMathsCore
Auto Trait Implementations§
impl Freeze for NvptxMathsCore
impl RefUnwindSafe for NvptxMathsCore
impl Send for NvptxMathsCore
impl Sync for NvptxMathsCore
impl Unpin for NvptxMathsCore
impl UnwindSafe for NvptxMathsCore
Blanket Implementations§
§impl<T> Backup for Twhere
T: Clone,
impl<T> Backup for Twhere
T: Clone,
default unsafe fn backup_unchecked(&self) -> T
default unsafe fn __contracts_impl_backup_unchecked(&self) -> T
fn backup(&self) -> BackedUp<Self>
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
§impl<T> ExtractDiscriminant for T
impl<T> ExtractDiscriminant for T
§type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
The type of the discriminant, which must satisfy the trait bounds
required by
core::mem::Discriminant
. Read more