pub enum NativeOperatorSourceCompilerDriver {
CudaNvcc,
}Variants§
CudaNvcc
Trait Implementations§
Source§impl Clone for NativeOperatorSourceCompilerDriver
impl Clone for NativeOperatorSourceCompilerDriver
Source§fn clone(&self) -> NativeOperatorSourceCompilerDriver
fn clone(&self) -> NativeOperatorSourceCompilerDriver
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 NativeOperatorSourceCompilerDriver
Source§impl<'de> Deserialize<'de> for NativeOperatorSourceCompilerDriver
impl<'de> Deserialize<'de> for NativeOperatorSourceCompilerDriver
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 NativeOperatorSourceCompilerDriver
impl StructuralPartialEq for NativeOperatorSourceCompilerDriver
Auto Trait Implementations§
impl Freeze for NativeOperatorSourceCompilerDriver
impl RefUnwindSafe for NativeOperatorSourceCompilerDriver
impl Send for NativeOperatorSourceCompilerDriver
impl Sync for NativeOperatorSourceCompilerDriver
impl Unpin for NativeOperatorSourceCompilerDriver
impl UnsafeUnpin for NativeOperatorSourceCompilerDriver
impl UnwindSafe for NativeOperatorSourceCompilerDriver
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