#[repr(C)]pub struct ExHeader_Arm11KernelCapabilities {
pub descriptors: [u32_; 28],
pub reserved: [u8_; 16],
}Expand description
The ARM11 kernel capabilities of a title
Fields§
§descriptors: [u32_; 28]< ARM11 kernel descriptors, see 3dbrew
reserved: [u8_; 16]< Reserved
Trait Implementations§
Source§impl Clone for ExHeader_Arm11KernelCapabilities
impl Clone for ExHeader_Arm11KernelCapabilities
Source§fn clone(&self) -> ExHeader_Arm11KernelCapabilities
fn clone(&self) -> ExHeader_Arm11KernelCapabilities
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_Arm11KernelCapabilities
impl Debug for ExHeader_Arm11KernelCapabilities
Source§impl Default for ExHeader_Arm11KernelCapabilities
impl Default for ExHeader_Arm11KernelCapabilities
Source§fn default() -> ExHeader_Arm11KernelCapabilities
fn default() -> ExHeader_Arm11KernelCapabilities
Returns the “default value” for a type. Read more
impl Copy for ExHeader_Arm11KernelCapabilities
Auto Trait Implementations§
impl Freeze for ExHeader_Arm11KernelCapabilities
impl RefUnwindSafe for ExHeader_Arm11KernelCapabilities
impl Send for ExHeader_Arm11KernelCapabilities
impl Sync for ExHeader_Arm11KernelCapabilities
impl Unpin for ExHeader_Arm11KernelCapabilities
impl UnwindSafe for ExHeader_Arm11KernelCapabilities
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)