Struct ctru_sys::ExHeader_CodeSectionInfo
source · #[repr(C)]pub struct ExHeader_CodeSectionInfo {
pub address: u32_,
pub num_pages: u32_,
pub size: u32_,
}
Expand description
Information about a title’s section
Fields§
§address: u32_
< The address of the section
num_pages: u32_
< The number of pages the section occupies
size: u32_
< The size of the section
Trait Implementations§
source§impl Clone for ExHeader_CodeSectionInfo
impl Clone for ExHeader_CodeSectionInfo
source§fn clone(&self) -> ExHeader_CodeSectionInfo
fn clone(&self) -> ExHeader_CodeSectionInfo
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_CodeSectionInfo
impl Debug for ExHeader_CodeSectionInfo
source§impl Default for ExHeader_CodeSectionInfo
impl Default for ExHeader_CodeSectionInfo
source§fn default() -> ExHeader_CodeSectionInfo
fn default() -> ExHeader_CodeSectionInfo
Returns the “default value” for a type. Read more