Enum rustc_session::code_stats::SizeKind
source · pub enum SizeKind {
Exact,
Min,
}
Variants
Exact
Min
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
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:
Exact
: 0 bytesMin
: 0 bytes