pub struct Linker;Expand description
ptx-linker command.
Trait Implementations§
Source§impl Executable for Linker
impl Executable for Linker
Source§fn get_verification_hint(&self) -> String
fn get_verification_hint(&self) -> String
Returns message about how to install missing executable.
Source§fn get_version_hint(&self) -> String
fn get_version_hint(&self) -> String
Returns message about how to update outdated executable.
Source§fn get_required_version(&self) -> Option<VersionReq>
fn get_required_version(&self) -> Option<VersionReq>
Executable version constraint.
Auto Trait Implementations§
impl Freeze for Linker
impl RefUnwindSafe for Linker
impl Send for Linker
impl Sync for Linker
impl Unpin for Linker
impl UnwindSafe for Linker
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