#[repr(C)]pub struct _tagEOS_Sessions_AttributeData {
pub ApiVersion: i32,
pub Key: *const c_char,
pub Value: _tagEOS_Sessions_AttributeData__bindgen_ty_1,
pub ValueType: EOS_ESessionAttributeType,
}Expand description
Contains information about both session and search parameter attribution
Fields§
§ApiVersion: i32API Version: Set this to EOS_SESSIONS_ATTRIBUTEDATA_API_LATEST.
Key: *const c_charName of the session attribute
Value: _tagEOS_Sessions_AttributeData__bindgen_ty_1Value of the session attribute
ValueType: EOS_ESessionAttributeTypeType of value stored in the union
Trait Implementations§
Source§impl Clone for _tagEOS_Sessions_AttributeData
impl Clone for _tagEOS_Sessions_AttributeData
Source§fn clone(&self) -> _tagEOS_Sessions_AttributeData
fn clone(&self) -> _tagEOS_Sessions_AttributeData
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 moreimpl Copy for _tagEOS_Sessions_AttributeData
Auto Trait Implementations§
impl Freeze for _tagEOS_Sessions_AttributeData
impl RefUnwindSafe for _tagEOS_Sessions_AttributeData
impl !Send for _tagEOS_Sessions_AttributeData
impl !Sync for _tagEOS_Sessions_AttributeData
impl Unpin for _tagEOS_Sessions_AttributeData
impl UnsafeUnpin for _tagEOS_Sessions_AttributeData
impl UnwindSafe for _tagEOS_Sessions_AttributeData
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