Enum rustc_target::asm::nvptx::NvptxInlineAsmReg
source · pub enum NvptxInlineAsmReg {}
Implementations
sourceimpl 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: &FxHashSet<Symbol>,
_target: &Target,
_is_clobber: bool
) -> Result<(), &'static str>
Trait Implementations
sourceimpl Clone for NvptxInlineAsmReg
impl Clone for NvptxInlineAsmReg
sourcefn clone(&self) -> NvptxInlineAsmReg
fn clone(&self) -> NvptxInlineAsmReg
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NvptxInlineAsmReg
impl Debug for NvptxInlineAsmReg
sourceimpl<__D: Decoder> Decodable<__D> for NvptxInlineAsmReg
impl<__D: Decoder> Decodable<__D> for NvptxInlineAsmReg
sourceimpl<__E: Encoder> Encodable<__E> for NvptxInlineAsmReg
impl<__E: Encoder> Encodable<__E> for NvptxInlineAsmReg
sourceimpl Hash for NvptxInlineAsmReg
impl Hash for NvptxInlineAsmReg
sourceimpl<__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)
sourceimpl PartialEq<NvptxInlineAsmReg> for NvptxInlineAsmReg
impl PartialEq<NvptxInlineAsmReg> for NvptxInlineAsmReg
sourcefn eq(&self, other: &NvptxInlineAsmReg) -> bool
fn eq(&self, other: &NvptxInlineAsmReg) -> bool
sourceimpl PartialOrd<NvptxInlineAsmReg> for NvptxInlineAsmReg
impl PartialOrd<NvptxInlineAsmReg> for NvptxInlineAsmReg
sourcefn partial_cmp(&self, other: &NvptxInlineAsmReg) -> Option<Ordering>
fn partial_cmp(&self, other: &NvptxInlineAsmReg) -> Option<Ordering>
1.0.0 · sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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