Enum rustc_target::abi::call::riscv::RegPassKind [−][src]
Variants
Float(Reg)
Tuple Fields of Float
0: Reg
Integer(Reg)
Tuple Fields of Integer
0: Reg
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RegPassKind
impl Send for RegPassKind
impl Sync for RegPassKind
impl Unpin for RegPassKind
impl UnwindSafe for RegPassKind
Blanket Implementations
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: 24 bytes
Size for each variant:
Float
: 16 bytesInteger
: 16 bytesUnknown
: 0 bytes