#[repr(C)]
pub struct RegisterBlock { pub acl0: ACL, pub acl1: ACL, pub acl2: ACL, pub acl3: ACL, pub acl4: ACL, pub acl5: ACL, pub acl6: ACL, pub acl7: ACL, /* private fields */ }
Expand description

Register block

Fields

acl0: ACL

0x800..0x80c - Unspecified

acl1: ACL

0x810..0x81c - Unspecified

acl2: ACL

0x820..0x82c - Unspecified

acl3: ACL

0x830..0x83c - Unspecified

acl4: ACL

0x840..0x84c - Unspecified

acl5: ACL

0x850..0x85c - Unspecified

acl6: ACL

0x860..0x86c - Unspecified

acl7: ACL

0x870..0x87c - Unspecified

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.