Enum rustc_mir_build::build::expr::category::RvalueFunc [−][src]
pub(crate) enum RvalueFunc {
Into,
AsRvalue,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RvalueFunc
impl Send for RvalueFunc
impl Sync for RvalueFunc
impl Unpin for RvalueFunc
impl UnwindSafe for RvalueFunc
Blanket Implementations
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:
Into
: 0 bytesAsRvalue
: 0 bytes