Enum rustc_target::asm::Msp430InlineAsmReg
source · pub enum Msp430InlineAsmReg {
r5,
r6,
r7,
r8,
r9,
r10,
r11,
r12,
r13,
r14,
r15,
}
Variants§
Implementations§
source§impl Msp430InlineAsmReg
impl Msp430InlineAsmReg
pub fn name(self) -> &'static str
pub fn reg_class(self) -> Msp430InlineAsmRegClass
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 Msp430InlineAsmReg
impl Clone for Msp430InlineAsmReg
source§fn clone(&self) -> Msp430InlineAsmReg
fn clone(&self) -> Msp430InlineAsmReg
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 Msp430InlineAsmReg
impl Debug for Msp430InlineAsmReg
source§impl<__D: Decoder> Decodable<__D> for Msp430InlineAsmReg
impl<__D: Decoder> Decodable<__D> for Msp430InlineAsmReg
source§impl<__E: Encoder> Encodable<__E> for Msp430InlineAsmReg
impl<__E: Encoder> Encodable<__E> for Msp430InlineAsmReg
source§impl Hash for Msp430InlineAsmReg
impl Hash for Msp430InlineAsmReg
source§impl<__CTX> HashStable<__CTX> for Msp430InlineAsmRegwhere
__CTX: HashStableContext,
impl<__CTX> HashStable<__CTX> for Msp430InlineAsmRegwhere __CTX: HashStableContext,
fn hash_stable(&self, __hcx: &mut __CTX, __hasher: &mut StableHasher)
source§impl PartialEq<Msp430InlineAsmReg> for Msp430InlineAsmReg
impl PartialEq<Msp430InlineAsmReg> for Msp430InlineAsmReg
source§fn eq(&self, other: &Msp430InlineAsmReg) -> bool
fn eq(&self, other: &Msp430InlineAsmReg) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<Msp430InlineAsmReg> for Msp430InlineAsmReg
impl PartialOrd<Msp430InlineAsmReg> for Msp430InlineAsmReg
source§fn partial_cmp(&self, other: &Msp430InlineAsmReg) -> Option<Ordering>
fn partial_cmp(&self, other: &Msp430InlineAsmReg) -> 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 Msp430InlineAsmReg
impl Eq for Msp430InlineAsmReg
impl StructuralEq for Msp430InlineAsmReg
impl StructuralPartialEq for Msp430InlineAsmReg
Auto Trait Implementations§
impl RefUnwindSafe for Msp430InlineAsmReg
impl Send for Msp430InlineAsmReg
impl Sync for Msp430InlineAsmReg
impl Unpin for Msp430InlineAsmReg
impl UnwindSafe for Msp430InlineAsmReg
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: 1 byte
Size for each variant:
r5
: 0 bytesr6
: 0 bytesr7
: 0 bytesr8
: 0 bytesr9
: 0 bytesr10
: 0 bytesr11
: 0 bytesr12
: 0 bytesr13
: 0 bytesr14
: 0 bytesr15
: 0 bytes