Struct ctru_sys::ExHeader_AccessDescriptor
source · #[repr(C)]pub struct ExHeader_AccessDescriptor {
pub signature: [u8_; 256],
pub ncchModulus: [u8_; 256],
pub acli: ExHeader_AccessControlInfo,
}
Expand description
Extended header access descriptor
Fields§
§signature: [u8_; 256]
< The signature of the access descriptor (RSA-2048-SHA256)
ncchModulus: [u8_; 256]
< The modulus used for the above signature, with 65537 as public exponent
acli: ExHeader_AccessControlInfo
< This is compared for equality with the first ACI by Process9, see ExHeader_AccessControlInfo
Trait Implementations§
source§impl Clone for ExHeader_AccessDescriptor
impl Clone for ExHeader_AccessDescriptor
source§fn clone(&self) -> ExHeader_AccessDescriptor
fn clone(&self) -> ExHeader_AccessDescriptor
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more