Struct rustc_session::code_stats::FieldInfo
source · pub struct FieldInfo {
pub kind: FieldKind,
pub name: Symbol,
pub offset: u64,
pub size: u64,
pub align: u64,
}
Fields§
§kind: FieldKind
§name: Symbol
§offset: u64
§size: u64
§align: u64
Trait Implementations§
source§impl PartialEq<FieldInfo> for FieldInfo
impl PartialEq<FieldInfo> for FieldInfo
impl Copy for FieldInfo
impl Eq for FieldInfo
impl StructuralEq for FieldInfo
impl StructuralPartialEq for FieldInfo
Auto Trait Implementations§
impl RefUnwindSafe for FieldInfo
impl Send for FieldInfo
impl Sync for FieldInfo
impl Unpin for FieldInfo
impl UnwindSafe for FieldInfo
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: 32 bytes