Struct ctru_sys::ExHeader_Arm9AccessControl
source · #[repr(C)]pub struct ExHeader_Arm9AccessControl {
pub descriptors: [u8_; 15],
pub descriptor_version: u8_,
}
Expand description
The ARM9 access control of a title
Fields§
§descriptors: [u8_; 15]
< Process9 FS descriptors, see 3dbrew
descriptor_version: u8_
< Descriptor version
Trait Implementations§
source§impl Clone for ExHeader_Arm9AccessControl
impl Clone for ExHeader_Arm9AccessControl
source§fn clone(&self) -> ExHeader_Arm9AccessControl
fn clone(&self) -> ExHeader_Arm9AccessControl
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 moresource§impl Debug for ExHeader_Arm9AccessControl
impl Debug for ExHeader_Arm9AccessControl
source§impl Default for ExHeader_Arm9AccessControl
impl Default for ExHeader_Arm9AccessControl
source§fn default() -> ExHeader_Arm9AccessControl
fn default() -> ExHeader_Arm9AccessControl
Returns the “default value” for a type. Read more