Struct zerogc_simple::layout::HeaderLayout[][src]

pub struct HeaderLayout<H> {
    pub header_size: usize,
    pub common_header_offset: usize,
    // some fields omitted
}
Expand description

The layout of an object’s header

Fields

header_size: usize

The overall size of the header

common_header_offset: usize

The offset of the ‘common’ header, starting from the start of the real header

Implementations

The alignment of the header

NOTE: All headers have the same alignment

Get the header from the specified value pointer

Get the in-memory layout of the header (doesn’t include the value)

Get the offset of the value from the start of the header, given the alignment of its value

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.