Enum rustc_target::asm::msp430::Msp430InlineAsmReg
source · pub enum Msp430InlineAsmReg {
r5,
r6,
r7,
r8,
r9,
r10,
r11,
r12,
r13,
r14,
r15,
}
Variants
r5
r6
r7
r8
r9
r10
r11
r12
r13
r14
r15
Implementations
sourceimpl 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: &FxHashSet<Symbol>,
_target: &Target,
_is_clobber: bool
) -> Result<(), &'static str>
Trait Implementations
sourceimpl Clone for Msp430InlineAsmReg
impl Clone for Msp430InlineAsmReg
sourcefn clone(&self) -> Msp430InlineAsmReg
fn clone(&self) -> Msp430InlineAsmReg
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 Msp430InlineAsmReg
impl Debug for Msp430InlineAsmReg
sourceimpl<__D: Decoder> Decodable<__D> for Msp430InlineAsmReg
impl<__D: Decoder> Decodable<__D> for Msp430InlineAsmReg
sourceimpl<__E: Encoder> Encodable<__E> for Msp430InlineAsmReg
impl<__E: Encoder> Encodable<__E> for Msp430InlineAsmReg
sourceimpl Hash for Msp430InlineAsmReg
impl Hash for Msp430InlineAsmReg
sourceimpl<__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)
sourceimpl PartialEq<Msp430InlineAsmReg> for Msp430InlineAsmReg
impl PartialEq<Msp430InlineAsmReg> for Msp430InlineAsmReg
sourcefn eq(&self, other: &Msp430InlineAsmReg) -> bool
fn eq(&self, other: &Msp430InlineAsmReg) -> bool
sourceimpl PartialOrd<Msp430InlineAsmReg> for Msp430InlineAsmReg
impl PartialOrd<Msp430InlineAsmReg> for Msp430InlineAsmReg
sourcefn partial_cmp(&self, other: &Msp430InlineAsmReg) -> Option<Ordering>
fn partial_cmp(&self, other: &Msp430InlineAsmReg) -> 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 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
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: 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