Type Alias rustc_middle::query::queries::visibility::Value

source ·
pub type Value<'tcx> = Visibility<DefId>;

Aliased Type§

enum Value<'tcx> {
    Public,
    Restricted(DefId),
}

Variants§

§

Public

Visible everywhere (including in other crates).

§

Restricted(DefId)

Visible only in the given crate-local module.

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: 8 bytes

Size for each variant:

  • Public: 0 bytes
  • Restricted: 8 bytes