pub enum LinkerInputType {
Cubin,
Ptx,
Fatbin,
}Expand description
The type of input to the linker
Variants§
Trait Implementations§
Source§impl Clone for LinkerInputType
impl Clone for LinkerInputType
Source§fn clone(&self) -> LinkerInputType
fn clone(&self) -> LinkerInputType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LinkerInputType
impl Debug for LinkerInputType
Source§impl PartialEq for LinkerInputType
impl PartialEq for LinkerInputType
impl Copy for LinkerInputType
impl StructuralPartialEq for LinkerInputType
Auto Trait Implementations§
impl Freeze for LinkerInputType
impl RefUnwindSafe for LinkerInputType
impl Send for LinkerInputType
impl Sync for LinkerInputType
impl Unpin for LinkerInputType
impl UnwindSafe for LinkerInputType
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