#[repr(C)]pub struct _tagEOS_Mods_ModInfo {
pub ApiVersion: i32,
pub ModsCount: i32,
pub Mods: *mut EOS_Mod_Identifier,
pub Type: EOS_EModEnumerationType,
}Expand description
Data for the EOS_Mods_CopyModInfo function.
@see EOS_Mods_CopyModInfo @see EOS_Mods_ModInfo_Release
Fields§
§ApiVersion: i32API Version: Set this to EOS_MODS_MODINFO_API_LATEST.
ModsCount: i32The count of enumerated mods
Mods: *mut EOS_Mod_IdentifierThe array of enumerated mods or NULL if no such type of mods were enumerated
Type: EOS_EModEnumerationTypeType of the mods
Trait Implementations§
Source§impl Clone for _tagEOS_Mods_ModInfo
impl Clone for _tagEOS_Mods_ModInfo
Source§fn clone(&self) -> _tagEOS_Mods_ModInfo
fn clone(&self) -> _tagEOS_Mods_ModInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _tagEOS_Mods_ModInfo
impl Debug for _tagEOS_Mods_ModInfo
Source§impl Default for _tagEOS_Mods_ModInfo
impl Default for _tagEOS_Mods_ModInfo
impl Copy for _tagEOS_Mods_ModInfo
Auto Trait Implementations§
impl Freeze for _tagEOS_Mods_ModInfo
impl RefUnwindSafe for _tagEOS_Mods_ModInfo
impl !Send for _tagEOS_Mods_ModInfo
impl !Sync for _tagEOS_Mods_ModInfo
impl Unpin for _tagEOS_Mods_ModInfo
impl UnsafeUnpin for _tagEOS_Mods_ModInfo
impl UnwindSafe for _tagEOS_Mods_ModInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more