pub enum FunctionLinkage {
Extern,
Weak,
WeakExtern,
}Expand description
Linkage modifiers for PTX functions.
Variants§
Trait Implementations§
Source§impl Clone for FunctionLinkage
impl Clone for FunctionLinkage
Source§fn clone(&self) -> FunctionLinkage
fn clone(&self) -> FunctionLinkage
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 FunctionLinkage
impl Debug for FunctionLinkage
Source§impl Display for FunctionLinkage
impl Display for FunctionLinkage
Source§impl PartialEq for FunctionLinkage
impl PartialEq for FunctionLinkage
impl Copy for FunctionLinkage
impl Eq for FunctionLinkage
impl StructuralPartialEq for FunctionLinkage
Auto Trait Implementations§
impl Freeze for FunctionLinkage
impl RefUnwindSafe for FunctionLinkage
impl Send for FunctionLinkage
impl Sync for FunctionLinkage
impl Unpin for FunctionLinkage
impl UnwindSafe for FunctionLinkage
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