pub struct NativeOperatorSourceBuildStaticToolchain {
pub backend: NativeOperatorBackend,
pub compiler_driver: NativeOperatorSourceCompilerDriver,
pub cuda_toolkit: NativeOperatorCudaToolkitIdentity,
pub host_toolchain: NativeOperatorHostToolchainIdentity,
pub archiver: NativeOperatorToolFileIdentity,
}Fields§
§backend: NativeOperatorBackend§compiler_driver: NativeOperatorSourceCompilerDriver§cuda_toolkit: NativeOperatorCudaToolkitIdentity§host_toolchain: NativeOperatorHostToolchainIdentity§archiver: NativeOperatorToolFileIdentityTrait Implementations§
Source§impl Clone for NativeOperatorSourceBuildStaticToolchain
impl Clone for NativeOperatorSourceBuildStaticToolchain
Source§fn clone(&self) -> NativeOperatorSourceBuildStaticToolchain
fn clone(&self) -> NativeOperatorSourceBuildStaticToolchain
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 moreSource§impl<'de> Deserialize<'de> for NativeOperatorSourceBuildStaticToolchain
impl<'de> Deserialize<'de> for NativeOperatorSourceBuildStaticToolchain
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 NativeOperatorSourceBuildStaticToolchain
impl StructuralPartialEq for NativeOperatorSourceBuildStaticToolchain
Auto Trait Implementations§
impl Freeze for NativeOperatorSourceBuildStaticToolchain
impl RefUnwindSafe for NativeOperatorSourceBuildStaticToolchain
impl Send for NativeOperatorSourceBuildStaticToolchain
impl Sync for NativeOperatorSourceBuildStaticToolchain
impl Unpin for NativeOperatorSourceBuildStaticToolchain
impl UnsafeUnpin for NativeOperatorSourceBuildStaticToolchain
impl UnwindSafe for NativeOperatorSourceBuildStaticToolchain
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