#[repr(C)]
pub struct RegisterBlock { pub word0: WORD0, pub word1: WORD1, pub word2: WORD2, pub word3: WORD3, }
Expand description

Register block

Fields

word0: WORD0

0x00 - Lock Bits Word 0

word1: WORD1

0x04 - Lock Bits Word 1

word2: WORD2

0x08 - Lock Bits Word 2

word3: WORD3

0x0c - Lock Bits Word 3

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.