kos_sys::dc::vmu_pkgStruct vmu_hdr_t
Source #[repr(C)]
pub struct vmu_hdr_t {
pub desc_short: [c_char; 16],
pub desc_long: [c_char; 32],
pub app_id: [c_char; 16],
pub icon_cnt: u16,
pub icon_anim_speed: u16,
pub eyecatch_type: u16,
pub crc: u16,
pub data_len: u32,
pub reserved: [u8; 20],
pub icon_pal: [u16; 16],
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.