pub enum TargetString {
Show 47 variants
Sm120a {
span: Span,
},
Sm120f {
span: Span,
},
Sm120 {
span: Span,
},
Sm121a {
span: Span,
},
Sm121f {
span: Span,
},
Sm121 {
span: Span,
},
Sm110a {
span: Span,
},
Sm110f {
span: Span,
},
Sm110 {
span: Span,
},
Sm100a {
span: Span,
},
Sm100f {
span: Span,
},
Sm100 {
span: Span,
},
Sm101a {
span: Span,
},
Sm101f {
span: Span,
},
Sm101 {
span: Span,
},
Sm103a {
span: Span,
},
Sm103f {
span: Span,
},
Sm103 {
span: Span,
},
Sm90a {
span: Span,
},
Sm90 {
span: Span,
},
Sm80 {
span: Span,
},
Sm86 {
span: Span,
},
Sm87 {
span: Span,
},
Sm88 {
span: Span,
},
Sm89 {
span: Span,
},
Sm70 {
span: Span,
},
Sm72 {
span: Span,
},
Sm75 {
span: Span,
},
Sm60 {
span: Span,
},
Sm61 {
span: Span,
},
Sm62 {
span: Span,
},
Sm50 {
span: Span,
},
Sm52 {
span: Span,
},
Sm53 {
span: Span,
},
Sm30 {
span: Span,
},
Sm32 {
span: Span,
},
Sm35 {
span: Span,
},
Sm37 {
span: Span,
},
Sm20 {
span: Span,
},
Sm10 {
span: Span,
},
Sm11 {
span: Span,
},
Sm12 {
span: Span,
},
Sm13 {
span: Span,
},
TexmodeUnified {
span: Span,
},
TexmodeIndependent {
span: Span,
},
Debug {
span: Span,
},
MapF64ToF32 {
span: Span,
},
}Expand description
Target specifiers used in the .target directive.
Variants§
Sm120a
Sm120f
Sm120
Sm121a
Sm121f
Sm121
Sm110a
Sm110f
Sm110
Sm100a
Sm100f
Sm100
Sm101a
Sm101f
Sm101
Sm103a
Sm103f
Sm103
Sm90a
Sm90
Sm80
Sm86
Sm87
Sm88
Sm89
Sm70
Sm72
Sm75
Sm60
Sm61
Sm62
Sm50
Sm52
Sm53
Sm30
Sm32
Sm35
Sm37
Sm20
Sm10
Sm11
Sm12
Sm13
TexmodeUnified
TexmodeIndependent
Debug
MapF64ToF32
Implementations§
Trait Implementations§
Source§impl Clone for TargetString
impl Clone for TargetString
Source§fn clone(&self) -> TargetString
fn clone(&self) -> TargetString
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 Debug for TargetString
impl Debug for TargetString
Source§impl PartialEq for TargetString
impl PartialEq for TargetString
Source§fn eq(&self, other: &TargetString) -> bool
fn eq(&self, other: &TargetString) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PtxParser for TargetString
impl PtxParser for TargetString
Source§fn parse() -> impl Fn(&mut PtxTokenStream<'_>) -> Result<(Self, Span), PtxParseError>
fn parse() -> impl Fn(&mut PtxTokenStream<'_>) -> Result<(Self, Span), PtxParseError>
Returns a parser function that can parse an instance of
Self.Source§impl Serialize for TargetString
impl Serialize for TargetString
Source§impl Spanned for TargetString
impl Spanned for TargetString
impl StructuralPartialEq for TargetString
Source§impl TreeDisplay for TargetString
impl TreeDisplay for TargetString
Source§fn tree_display(&self, f: &mut TreeFormatter, source: &str) -> Result
fn tree_display(&self, f: &mut TreeFormatter, source: &str) -> Result
Display this node in tree format. Read more
Auto Trait Implementations§
impl Freeze for TargetString
impl RefUnwindSafe for TargetString
impl Send for TargetString
impl Sync for TargetString
impl Unpin for TargetString
impl UnsafeUnpin for TargetString
impl UnwindSafe for TargetString
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