#[repr(C)]pub struct _tagEOS_UI_AcknowledgeEventIdOptions {
pub ApiVersion: i32,
pub UiEventId: EOS_UI_EventId,
pub Result: EOS_EResult,
}Expand description
Input parameters for the EOS_UI_AcknowledgeEventId.
Fields§
§ApiVersion: i32API Version: Set this to EOS_UI_ACKNOWLEDGEEVENTID_API_LATEST.
UiEventId: EOS_UI_EventIdThe ID being acknowledged.
Result: EOS_EResultThe result to use for the acknowledgment. When acknowledging EOS_Presence_JoinGameAcceptedCallbackInfo this should be the result code from the JoinSession call.
Trait Implementations§
Source§impl Clone for _tagEOS_UI_AcknowledgeEventIdOptions
impl Clone for _tagEOS_UI_AcknowledgeEventIdOptions
Source§fn clone(&self) -> _tagEOS_UI_AcknowledgeEventIdOptions
fn clone(&self) -> _tagEOS_UI_AcknowledgeEventIdOptions
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_UI_AcknowledgeEventIdOptions
Auto Trait Implementations§
impl Freeze for _tagEOS_UI_AcknowledgeEventIdOptions
impl RefUnwindSafe for _tagEOS_UI_AcknowledgeEventIdOptions
impl Send for _tagEOS_UI_AcknowledgeEventIdOptions
impl Sync for _tagEOS_UI_AcknowledgeEventIdOptions
impl Unpin for _tagEOS_UI_AcknowledgeEventIdOptions
impl UnsafeUnpin for _tagEOS_UI_AcknowledgeEventIdOptions
impl UnwindSafe for _tagEOS_UI_AcknowledgeEventIdOptions
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