Struct ctru_sys::AM_ContentInfo
source · #[repr(C)]pub struct AM_ContentInfo {
pub index: u16_,
pub type_: u16_,
pub contentId: u32_,
pub size: u64_,
pub flags: u8_,
pub padding: [u8_; 7],
}
Expand description
Contains information about a title’s content.
Fields§
§index: u16_
< Index of the content in the title.
type_: u16_
< ?
contentId: u32_
< ID of the content in the title.
size: u64_
< Size of the content in the title.
flags: u8_
< AM_ContentInfoFlags
padding: [u8_; 7]
< Padding
Trait Implementations§
source§impl Clone for AM_ContentInfo
impl Clone for AM_ContentInfo
source§fn clone(&self) -> AM_ContentInfo
fn clone(&self) -> AM_ContentInfo
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 AM_ContentInfo
impl Debug for AM_ContentInfo
source§impl Default for AM_ContentInfo
impl Default for AM_ContentInfo
source§fn default() -> AM_ContentInfo
fn default() -> AM_ContentInfo
Returns the “default value” for a type. Read more