#[repr(C)]pub struct nca_section_entry_t {
pub media_start_offset: u32,
pub media_end_offset: u32,
pub _0x8: [u8; 8],
}Fields§
§media_start_offset: u32§media_end_offset: u32§_0x8: [u8; 8]Trait Implementations§
Source§impl Clone for nca_section_entry_t
impl Clone for nca_section_entry_t
Source§fn clone(&self) -> nca_section_entry_t
fn clone(&self) -> nca_section_entry_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for nca_section_entry_t
impl Debug for nca_section_entry_t
Source§impl Default for nca_section_entry_t
impl Default for nca_section_entry_t
Source§fn default() -> nca_section_entry_t
fn default() -> nca_section_entry_t
Returns the “default value” for a type. Read more
impl Copy for nca_section_entry_t
Auto Trait Implementations§
impl Freeze for nca_section_entry_t
impl RefUnwindSafe for nca_section_entry_t
impl Send for nca_section_entry_t
impl Sync for nca_section_entry_t
impl Unpin for nca_section_entry_t
impl UnwindSafe for nca_section_entry_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more