#[repr(C)]
pub struct KEY { pub value: [VALUE; 4], }
Expand description

Register block

Fields

value: [VALUE; 4]

0x00..0x10 - Description collection: Define bits [31+o32:0+o32] of value assigned to KMU key slot.

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.