Struct ctru_sys::ExHeader_SystemInfo
source · #[repr(C)]pub struct ExHeader_SystemInfo {
pub savedata_size: u64_,
pub jump_id: u64_,
pub reserved: [u8_; 48],
}
Expand description
The savedata size and jump ID of a title
Fields§
§savedata_size: u64_
< Savedata size
jump_id: u64_
< Jump ID
reserved: [u8_; 48]
< Reserved
Trait Implementations§
source§impl Clone for ExHeader_SystemInfo
impl Clone for ExHeader_SystemInfo
source§fn clone(&self) -> ExHeader_SystemInfo
fn clone(&self) -> ExHeader_SystemInfo
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 more