Enum rustc_ap_rustc_session::config::CFGuard [−][src]
pub enum CFGuard {
Disabled,
NoChecks,
Checks,
}Expand description
The different settings that the -C control-flow-guard flag can have.
Variants
Do not emit Control Flow Guard metadata or checks.
Emit Control Flow Guard metadata but no checks.
Emit Control Flow Guard metadata and checks.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CFGuardimpl UnwindSafe for CFGuardBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V