Enum rustc_mir_dataflow::elaborate_drops::DropFlagState [−][src]
pub enum DropFlagState {
Present,
Absent,
}
Expand description
The value of an inserted drop flag.
Variants
The tracked value is initialized and needs to be dropped when leaving its scope.
The tracked value is uninitialized or was moved out of and does not need to be dropped when leaving its scope.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DropFlagState
impl Send for DropFlagState
impl Sync for DropFlagState
impl Unpin for DropFlagState
impl UnwindSafe for DropFlagState
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: 1 byte
Size for each variant:
Present
: 0 bytesAbsent
: 0 bytes