#[repr(u32)]pub enum cutensorMpAlgo_t {
CUTENSORMP_ALGO_DEFAULT = 0,
}Variants§
CUTENSORMP_ALGO_DEFAULT = 0
Default algorithm.
Trait Implementations§
Source§impl Clone for cutensorMpAlgo_t
impl Clone for cutensorMpAlgo_t
Source§fn clone(&self) -> cutensorMpAlgo_t
fn clone(&self) -> cutensorMpAlgo_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for cutensorMpAlgo_t
Source§impl Debug for cutensorMpAlgo_t
impl Debug for cutensorMpAlgo_t
impl Eq for cutensorMpAlgo_t
Source§impl From<cutensorMpAlgo_t> for u32
impl From<cutensorMpAlgo_t> for u32
Source§fn from(enum_value: cutensorMpAlgo_t) -> Self
fn from(enum_value: cutensorMpAlgo_t) -> Self
Converts to this type from the input type.
Source§impl Hash for cutensorMpAlgo_t
impl Hash for cutensorMpAlgo_t
Source§impl Ord for cutensorMpAlgo_t
impl Ord for cutensorMpAlgo_t
Source§fn cmp(&self, other: &cutensorMpAlgo_t) -> Ordering
fn cmp(&self, other: &cutensorMpAlgo_t) -> Ordering
1.21.0 (const: unstable) · 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 cutensorMpAlgo_t
impl PartialEq for cutensorMpAlgo_t
Source§fn eq(&self, other: &cutensorMpAlgo_t) -> bool
fn eq(&self, other: &cutensorMpAlgo_t) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for cutensorMpAlgo_t
impl PartialOrd for cutensorMpAlgo_t
impl StructuralPartialEq for cutensorMpAlgo_t
Source§impl TryFrom<u32> for cutensorMpAlgo_t
impl TryFrom<u32> for cutensorMpAlgo_t
Source§type Error = TryFromPrimitiveError<cutensorMpAlgo_t>
type Error = TryFromPrimitiveError<cutensorMpAlgo_t>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for cutensorMpAlgo_t
impl TryFromPrimitive for cutensorMpAlgo_t
const NAME: &'static str = "cutensorMpAlgo_t"
type Primitive = u32
type Error = TryFromPrimitiveError<cutensorMpAlgo_t>
fn try_from_primitive( number: Self::Primitive, ) -> Result<Self, TryFromPrimitiveError<Self>>
Auto Trait Implementations§
impl Freeze for cutensorMpAlgo_t
impl RefUnwindSafe for cutensorMpAlgo_t
impl Send for cutensorMpAlgo_t
impl Sync for cutensorMpAlgo_t
impl Unpin for cutensorMpAlgo_t
impl UnsafeUnpin for cutensorMpAlgo_t
impl UnwindSafe for cutensorMpAlgo_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