Enum rustc_feature::builtin_attrs::AttributeGate [−][src]
pub enum AttributeGate {
Gated(Stability, Symbol, &'static str, fn(_: &Features) -> bool),
Ungated,
}
Variants
Is gated by a given feature gate, reason and function to check if enabled
Ungated attribute, can be used on all release channels
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AttributeGate
impl Send for AttributeGate
impl Sync for AttributeGate
impl Unpin for AttributeGate
impl UnwindSafe for AttributeGate
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: 64 bytes
Size for each variant:
Gated
: 60 bytesUngated
: 0 bytes