Struct ctru_sys::GameDescription
source · #[repr(C, packed(1))]pub struct GameDescription {
pub data: TitleData,
pub desc: [u16_; 128],
}
Expand description
Game Description structure
Fields§
§data: TitleData
§desc: [u16_; 128]
Trait Implementations§
source§impl Clone for GameDescription
impl Clone for GameDescription
source§fn clone(&self) -> GameDescription
fn clone(&self) -> GameDescription
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