kos_sys::dc::vmu_pkgStruct vmu_pkg_t
Source #[repr(C)]
pub struct vmu_pkg_t {
pub desc_short: [c_char; 20],
pub desc_long: [c_char; 36],
pub app_id: [c_char; 20],
pub icon_cnt: c_int,
pub icon_anim_speed: c_int,
pub eyecatch_type: c_int,
pub data_len: c_int,
pub icon_pal: [u16; 16],
pub icon_data: *const u8,
pub eyecatch_data: *const u8,
pub data: *const u8,
}
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.