Enum rustc_target::asm::nvptx::NvptxInlineAsmReg
source · pub enum NvptxInlineAsmReg {}
Implementations§
source§impl NvptxInlineAsmReg
impl NvptxInlineAsmReg
pub fn name(self) -> &'static str
pub fn reg_class(self) -> NvptxInlineAsmRegClass
pub fn parse(name: &str) -> Result<Self, &'static str>
pub fn validate( self, _arch: InlineAsmArch, _reloc_model: RelocModel, _target_features: &FxIndexSet<Symbol>, _target: &Target, _is_clobber: bool ) -> Result<(), &'static str>
Trait Implementations§
source§impl Clone for NvptxInlineAsmReg
impl Clone for NvptxInlineAsmReg
source§fn clone(&self) -> NvptxInlineAsmReg
fn clone(&self) -> NvptxInlineAsmReg
Returns a copy 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 NvptxInlineAsmReg
impl Debug for NvptxInlineAsmReg
source§impl<__D: Decoder> Decodable<__D> for NvptxInlineAsmReg
impl<__D: Decoder> Decodable<__D> for NvptxInlineAsmReg
source§impl<__E: Encoder> Encodable<__E> for NvptxInlineAsmReg
impl<__E: Encoder> Encodable<__E> for NvptxInlineAsmReg
source§impl Hash for NvptxInlineAsmReg
impl Hash for NvptxInlineAsmReg
source§impl<__CTX> HashStable<__CTX> for NvptxInlineAsmRegwhere
__CTX: HashStableContext,
impl<__CTX> HashStable<__CTX> for NvptxInlineAsmRegwhere __CTX: HashStableContext,
fn hash_stable(&self, __hcx: &mut __CTX, __hasher: &mut StableHasher)
source§impl PartialEq<NvptxInlineAsmReg> for NvptxInlineAsmReg
impl PartialEq<NvptxInlineAsmReg> for NvptxInlineAsmReg
source§fn eq(&self, other: &NvptxInlineAsmReg) -> bool
fn eq(&self, other: &NvptxInlineAsmReg) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<NvptxInlineAsmReg> for NvptxInlineAsmReg
impl PartialOrd<NvptxInlineAsmReg> for NvptxInlineAsmReg
source§fn partial_cmp(&self, other: &NvptxInlineAsmReg) -> Option<Ordering>
fn partial_cmp(&self, other: &NvptxInlineAsmReg) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for NvptxInlineAsmReg
impl Eq for NvptxInlineAsmReg
impl StructuralEq for NvptxInlineAsmReg
impl StructuralPartialEq for NvptxInlineAsmReg
Auto Trait Implementations§
impl RefUnwindSafe for NvptxInlineAsmReg
impl Send for NvptxInlineAsmReg
impl Sync for NvptxInlineAsmReg
impl Unpin for NvptxInlineAsmReg
impl UnwindSafe for NvptxInlineAsmReg
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes (uninhabited)