Enum cuda_oxide::module::LinkerInputType [−][src]
pub enum LinkerInputType {
Cubin,
Ptx,
Fatbin,
}Expand description
The type of input to the linker
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LinkerInputTypeimpl Send for LinkerInputTypeimpl Sync for LinkerInputTypeimpl Unpin for LinkerInputTypeimpl UnwindSafe for LinkerInputTypeBlanket Implementations
Mutably borrows from an owned value. Read more