Struct UI_EVENTPARAMS
#[repr(C)]pub struct UI_EVENTPARAMS {
pub EventType: UI_EVENTTYPE,
pub Anonymous: UI_EVENTPARAMS_0,
}
Fields§
§EventType: UI_EVENTTYPE
§Anonymous: UI_EVENTPARAMS_0
Trait Implementations§
§impl Clone for UI_EVENTPARAMS
impl Clone for UI_EVENTPARAMS
§fn clone(&self) -> UI_EVENTPARAMS
fn clone(&self) -> UI_EVENTPARAMS
Returns a copy 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 more§impl Default for UI_EVENTPARAMS
impl Default for UI_EVENTPARAMS
impl Copy for UI_EVENTPARAMS
Auto Trait Implementations§
impl Freeze for UI_EVENTPARAMS
impl RefUnwindSafe for UI_EVENTPARAMS
impl !Send for UI_EVENTPARAMS
impl !Sync for UI_EVENTPARAMS
impl Unpin for UI_EVENTPARAMS
impl UnwindSafe for UI_EVENTPARAMS
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