#[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 duplicate 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
impl Copy for ExHeader_Arm9AccessControl
Auto Trait Implementations§
impl Freeze for ExHeader_Arm9AccessControl
impl RefUnwindSafe for ExHeader_Arm9AccessControl
impl Send for ExHeader_Arm9AccessControl
impl Sync for ExHeader_Arm9AccessControl
impl Unpin for ExHeader_Arm9AccessControl
impl UnwindSafe for ExHeader_Arm9AccessControl
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)