#[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 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_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
impl Copy for ExHeader_CodeSectionInfo
Auto Trait Implementations§
impl Freeze for ExHeader_CodeSectionInfo
impl RefUnwindSafe for ExHeader_CodeSectionInfo
impl Send for ExHeader_CodeSectionInfo
impl Sync for ExHeader_CodeSectionInfo
impl Unpin for ExHeader_CodeSectionInfo
impl UnwindSafe for ExHeader_CodeSectionInfo
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)