#[repr(C)]pub struct _tagEOS_Mod_Identifier {
pub ApiVersion: i32,
pub NamespaceId: *const c_char,
pub ItemId: *const c_char,
pub ArtifactId: *const c_char,
pub Title: *const c_char,
pub Version: *const c_char,
}Expand description
EOS_Mod_Identifier is used to identify a mod.
Fields§
§ApiVersion: i32API Version: Set this to EOS_MOD_IDENTIFIER_API_LATEST.
NamespaceId: *const c_charProduct namespace id in which this mod item exists
ItemId: *const c_charItem id of the Mod
ArtifactId: *const c_charArtifact id of the Mod
Title: *const c_charRepresent mod item title.
Version: *const c_charRepresent mod item version.
Trait Implementations§
Source§impl Clone for _tagEOS_Mod_Identifier
impl Clone for _tagEOS_Mod_Identifier
Source§fn clone(&self) -> _tagEOS_Mod_Identifier
fn clone(&self) -> _tagEOS_Mod_Identifier
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_Mod_Identifier
impl Debug for _tagEOS_Mod_Identifier
Source§impl Default for _tagEOS_Mod_Identifier
impl Default for _tagEOS_Mod_Identifier
impl Copy for _tagEOS_Mod_Identifier
Auto Trait Implementations§
impl Freeze for _tagEOS_Mod_Identifier
impl RefUnwindSafe for _tagEOS_Mod_Identifier
impl !Send for _tagEOS_Mod_Identifier
impl !Sync for _tagEOS_Mod_Identifier
impl Unpin for _tagEOS_Mod_Identifier
impl UnsafeUnpin for _tagEOS_Mod_Identifier
impl UnwindSafe for _tagEOS_Mod_Identifier
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