Struct rustc_session::code_stats::TypeSizeInfo
source · pub struct TypeSizeInfo {
pub kind: DataTypeKind,
pub type_description: String,
pub align: u64,
pub overall_size: u64,
pub packed: bool,
pub opt_discr_size: Option<u64>,
pub variants: Vec<VariantInfo>,
}
Fields§
§kind: DataTypeKind
§type_description: String
§align: u64
§overall_size: u64
§packed: bool
§opt_discr_size: Option<u64>
§variants: Vec<VariantInfo>
Trait Implementations§
source§impl Debug for TypeSizeInfo
impl Debug for TypeSizeInfo
source§impl Hash for TypeSizeInfo
impl Hash for TypeSizeInfo
source§impl PartialEq for TypeSizeInfo
impl PartialEq for TypeSizeInfo
source§fn eq(&self, other: &TypeSizeInfo) -> bool
fn eq(&self, other: &TypeSizeInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TypeSizeInfo
impl StructuralEq for TypeSizeInfo
impl StructuralPartialEq for TypeSizeInfo
Auto Trait Implementations§
impl RefUnwindSafe for TypeSizeInfo
impl Send for TypeSizeInfo
impl Sync for TypeSizeInfo
impl Unpin for TypeSizeInfo
impl UnwindSafe for TypeSizeInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn 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: 88 bytes