pub enum NativeOperatorCudaArchitecture {
DeviceComputeCapability,
Compute80Ptx,
}Variants§
Trait Implementations§
Source§impl Clone for NativeOperatorCudaArchitecture
impl Clone for NativeOperatorCudaArchitecture
Source§fn clone(&self) -> NativeOperatorCudaArchitecture
fn clone(&self) -> NativeOperatorCudaArchitecture
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 NativeOperatorCudaArchitecture
Source§impl<'de> Deserialize<'de> for NativeOperatorCudaArchitecture
impl<'de> Deserialize<'de> for NativeOperatorCudaArchitecture
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NativeOperatorCudaArchitecture
impl StructuralPartialEq for NativeOperatorCudaArchitecture
Auto Trait Implementations§
impl Freeze for NativeOperatorCudaArchitecture
impl RefUnwindSafe for NativeOperatorCudaArchitecture
impl Send for NativeOperatorCudaArchitecture
impl Sync for NativeOperatorCudaArchitecture
impl Unpin for NativeOperatorCudaArchitecture
impl UnsafeUnpin for NativeOperatorCudaArchitecture
impl UnwindSafe for NativeOperatorCudaArchitecture
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