#[repr(C, packed(1))]pub struct FS_ExtSaveDataInfo {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub unknown: u8_,
pub reserved1: u16_,
pub saveId: u64_,
pub reserved2: u32_,
}Expand description
Ext save data information.
Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§unknown: u8_< Unknown.
reserved1: u16_< Reserved.
saveId: u64_< Save ID.
reserved2: u32_< Reserved.
Implementations§
Source§impl FS_ExtSaveDataInfo
impl FS_ExtSaveDataInfo
pub fn mediaType(&self) -> FS_MediaType
pub fn set_mediaType(&mut self, val: FS_MediaType)
pub unsafe fn mediaType_raw(this: *const Self) -> FS_MediaType
pub unsafe fn set_mediaType_raw(this: *mut Self, val: FS_MediaType)
pub fn new_bitfield_1(mediaType: FS_MediaType) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for FS_ExtSaveDataInfo
impl Clone for FS_ExtSaveDataInfo
Source§fn clone(&self) -> FS_ExtSaveDataInfo
fn clone(&self) -> FS_ExtSaveDataInfo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FS_ExtSaveDataInfo
impl Debug for FS_ExtSaveDataInfo
Source§impl Default for FS_ExtSaveDataInfo
impl Default for FS_ExtSaveDataInfo
impl Copy for FS_ExtSaveDataInfo
Auto Trait Implementations§
impl Freeze for FS_ExtSaveDataInfo
impl RefUnwindSafe for FS_ExtSaveDataInfo
impl Send for FS_ExtSaveDataInfo
impl Sync for FS_ExtSaveDataInfo
impl Unpin for FS_ExtSaveDataInfo
impl UnwindSafe for FS_ExtSaveDataInfo
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)