kos_sys::dc::vmufsStruct vmu_dir_t
Source #[repr(C, packed(1))]
pub struct vmu_dir_t {
pub filetype: u8,
pub copyprotect: u8,
pub firstblk: u16,
pub filename: [c_char; 12],
pub timestamp: vmu_timestamp_t,
pub filesize: u16,
pub hdroff: u16,
pub dirty: u8,
pub pad1: [u8; 3],
}
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.