pub struct MemoryMapSize {
    pub entry_size: usize,
    pub map_size: usize,
}
Expand description

A structure containing the size of a memory descriptor and the size of the memory map

Fields

entry_size: usize

Size of a single memory descriptor in bytes

map_size: usize

Size of the entire memory map in bytes

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.