#[repr(C)]pub struct _tagEOS_Ecom_ItemOwnership {
pub ApiVersion: i32,
pub Id: EOS_Ecom_CatalogItemId,
pub OwnershipStatus: EOS_EOwnershipStatus,
}Expand description
Contains information about a single item ownership associated with an account. This structure is returned as part of the EOS_Ecom_QueryOwnershipCallbackInfo structure.
Fields§
§ApiVersion: i32API Version: Set this to EOS_ECOM_ITEMOWNERSHIP_API_LATEST.
Id: EOS_Ecom_CatalogItemIdID of the catalog item
OwnershipStatus: EOS_EOwnershipStatusIs this catalog item owned by the local user
Trait Implementations§
Source§impl Clone for _tagEOS_Ecom_ItemOwnership
impl Clone for _tagEOS_Ecom_ItemOwnership
Source§fn clone(&self) -> _tagEOS_Ecom_ItemOwnership
fn clone(&self) -> _tagEOS_Ecom_ItemOwnership
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_Ecom_ItemOwnership
impl Debug for _tagEOS_Ecom_ItemOwnership
Source§impl Default for _tagEOS_Ecom_ItemOwnership
impl Default for _tagEOS_Ecom_ItemOwnership
impl Copy for _tagEOS_Ecom_ItemOwnership
Auto Trait Implementations§
impl Freeze for _tagEOS_Ecom_ItemOwnership
impl RefUnwindSafe for _tagEOS_Ecom_ItemOwnership
impl !Send for _tagEOS_Ecom_ItemOwnership
impl !Sync for _tagEOS_Ecom_ItemOwnership
impl Unpin for _tagEOS_Ecom_ItemOwnership
impl UnsafeUnpin for _tagEOS_Ecom_ItemOwnership
impl UnwindSafe for _tagEOS_Ecom_ItemOwnership
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