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