kos_sys::dc::vmufsStruct vmu_root_t
Source #[repr(C, packed(1))]
pub struct vmu_root_t {Show 14 fields
pub magic: [u8; 16],
pub use_custom: u8,
pub custom_color: [u8; 4],
pub pad1: [u8; 27],
pub timestamp: vmu_timestamp_t,
pub pad2: [u8; 8],
pub unk1: [u8; 6],
pub fat_loc: u16,
pub fat_size: u16,
pub dir_loc: u16,
pub dir_size: u16,
pub icon_shape: u16,
pub blk_cnt: u16,
pub unk2: [u8; 430],
}
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.