#[repr(C)]
#[repr(align(16))]
pub struct SecondaryRegionDesc { pub raddr: RegionAddress, pub rcfg: RegionConfiguration, pub rnext: RegionNext, /* private fields */ }
Expand description

Structure ICM Secondary Region Descriptor area.

Follows C-structure conventions and is 16-byte aligned

Used to build the linked lists for non-contiguous memory

Fields

raddr: RegionAddress

the first byte address of the Region.

rcfg: RegionConfiguration

Configuration Structure Member.

rnext: RegionNext

Next Address Structure Member.

Implementations

Trait Implementations

Reset RegionConfiguration to default values

Set the RegionAddress start of the region memory region

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.

Should always be Self
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.