Enum rustc_target::asm::wasm::WasmInlineAsmReg
source · pub enum WasmInlineAsmReg {}
Implementations
sourceimpl WasmInlineAsmReg
impl WasmInlineAsmReg
pub fn name(self) -> &'static str
pub fn reg_class(self) -> WasmInlineAsmRegClass
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 WasmInlineAsmReg
impl Clone for WasmInlineAsmReg
sourcefn clone(&self) -> WasmInlineAsmReg
fn clone(&self) -> WasmInlineAsmReg
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 WasmInlineAsmReg
impl Debug for WasmInlineAsmReg
sourceimpl<__D: Decoder> Decodable<__D> for WasmInlineAsmReg
impl<__D: Decoder> Decodable<__D> for WasmInlineAsmReg
sourceimpl<__E: Encoder> Encodable<__E> for WasmInlineAsmReg
impl<__E: Encoder> Encodable<__E> for WasmInlineAsmReg
sourceimpl Hash for WasmInlineAsmReg
impl Hash for WasmInlineAsmReg
sourceimpl<__CTX> HashStable<__CTX> for WasmInlineAsmRegwhere
__CTX: HashStableContext,
impl<__CTX> HashStable<__CTX> for WasmInlineAsmRegwhere
__CTX: HashStableContext,
fn hash_stable(&self, __hcx: &mut __CTX, __hasher: &mut StableHasher)
sourceimpl PartialEq<WasmInlineAsmReg> for WasmInlineAsmReg
impl PartialEq<WasmInlineAsmReg> for WasmInlineAsmReg
sourcefn eq(&self, other: &WasmInlineAsmReg) -> bool
fn eq(&self, other: &WasmInlineAsmReg) -> bool
sourceimpl PartialOrd<WasmInlineAsmReg> for WasmInlineAsmReg
impl PartialOrd<WasmInlineAsmReg> for WasmInlineAsmReg
sourcefn partial_cmp(&self, other: &WasmInlineAsmReg) -> Option<Ordering>
fn partial_cmp(&self, other: &WasmInlineAsmReg) -> 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 WasmInlineAsmReg
impl Eq for WasmInlineAsmReg
impl StructuralEq for WasmInlineAsmReg
impl StructuralPartialEq for WasmInlineAsmReg
Auto Trait Implementations
impl RefUnwindSafe for WasmInlineAsmReg
impl Send for WasmInlineAsmReg
impl Sync for WasmInlineAsmReg
impl Unpin for WasmInlineAsmReg
impl UnwindSafe for WasmInlineAsmReg
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