Enum rustc_session::SizeKind
source · pub enum SizeKind {
Exact,
Min,
}
Variants§
Trait Implementations§
impl Copy for SizeKind
impl Eq for SizeKind
impl StructuralEq for SizeKind
impl StructuralPartialEq for SizeKind
Auto Trait Implementations§
impl RefUnwindSafe for SizeKind
impl Send for SizeKind
impl Sync for SizeKind
impl Unpin for SizeKind
impl UnwindSafe for SizeKind
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:
Exact
: 0 bytesMin
: 0 bytes