#[repr(C)]pub struct SceMsInfo {
pub unk_0x00: c_int,
pub unk_0x04: c_int,
pub nbytes: SceUInt64,
pub nbytes2: SceUInt64,
pub sector_size: SceUInt32,
pub unk_0x1C: c_int,
pub fs_offset: SceUInt32,
pub unk_0x24: SceUInt32,
pub unk_0x28: SceUInt32,
pub unk_0x2C: SceUInt32,
pub id: [SceUInt8; 16],
}Fields§
§unk_0x00: c_int§unk_0x04: c_int§nbytes: SceUInt64§nbytes2: SceUInt64§sector_size: SceUInt32§unk_0x1C: c_int§fs_offset: SceUInt32§unk_0x24: SceUInt32§unk_0x28: SceUInt32§unk_0x2C: SceUInt32§id: [SceUInt8; 16]Trait Implementations§
Auto Trait Implementations§
impl Freeze for SceMsInfo
impl RefUnwindSafe for SceMsInfo
impl Send for SceMsInfo
impl Sync for SceMsInfo
impl Unpin for SceMsInfo
impl UnwindSafe for SceMsInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)