#[repr(C)]
pub struct RegisterBlock { pub sigmadelta0: SIGMADELTA0, pub sigmadelta1: SIGMADELTA1, pub sigmadelta2: SIGMADELTA2, pub sigmadelta3: SIGMADELTA3, pub sigmadelta4: SIGMADELTA4, pub sigmadelta5: SIGMADELTA5, pub sigmadelta6: SIGMADELTA6, pub sigmadelta7: SIGMADELTA7, pub cg: CG, pub misc: MISC, pub version: VERSION, }
Expand description

Register block

Fields§

§sigmadelta0: SIGMADELTA0

0x00 -

§sigmadelta1: SIGMADELTA1

0x04 -

§sigmadelta2: SIGMADELTA2

0x08 -

§sigmadelta3: SIGMADELTA3

0x0c -

§sigmadelta4: SIGMADELTA4

0x10 -

§sigmadelta5: SIGMADELTA5

0x14 -

§sigmadelta6: SIGMADELTA6

0x18 -

§sigmadelta7: SIGMADELTA7

0x1c -

§cg: CG

0x20 -

§misc: MISC

0x24 -

§version: VERSION

0x28 -

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.