kos_sys::dc::vmufs

Struct 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],
}

Fields§

§magic: [u8; 16]§use_custom: u8§custom_color: [u8; 4]§pad1: [u8; 27]§timestamp: vmu_timestamp_t§pad2: [u8; 8]§unk1: [u8; 6]§fat_loc: u16§fat_size: u16§dir_loc: u16§dir_size: u16§icon_shape: u16§blk_cnt: u16§unk2: [u8; 430]

Auto Trait Implementations§

§

impl Freeze for vmu_root_t

§

impl RefUnwindSafe for vmu_root_t

§

impl Send for vmu_root_t

§

impl Sync for vmu_root_t

§

impl Unpin for vmu_root_t

§

impl UnwindSafe for vmu_root_t

Blanket Implementations§

§

impl<T> Any for T
where T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Borrow<T> for T
where T: ?Sized,

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

impl<T> BorrowMut<T> for T
where T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T, U> Into<U> for T
where U: From<T>,

§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.