Struct msfs::sys::SIMCONNECT_RECV_EVENT
source · #[repr(C, packed)]pub struct SIMCONNECT_RECV_EVENT {
pub _base: SIMCONNECT_RECV,
pub uGroupID: DWORD,
pub uEventID: DWORD,
pub dwData: DWORD,
}
Fields§
§_base: SIMCONNECT_RECV
§uGroupID: DWORD
§uEventID: DWORD
§dwData: DWORD
Implementations§
Trait Implementations§
source§impl Clone for SIMCONNECT_RECV_EVENT
impl Clone for SIMCONNECT_RECV_EVENT
source§fn clone(&self) -> SIMCONNECT_RECV_EVENT
fn clone(&self) -> SIMCONNECT_RECV_EVENT
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 moresource§impl Debug for SIMCONNECT_RECV_EVENT
impl Debug for SIMCONNECT_RECV_EVENT
impl Copy for SIMCONNECT_RECV_EVENT
Auto Trait Implementations§
impl RefUnwindSafe for SIMCONNECT_RECV_EVENT
impl Send for SIMCONNECT_RECV_EVENT
impl Sync for SIMCONNECT_RECV_EVENT
impl Unpin for SIMCONNECT_RECV_EVENT
impl UnwindSafe for SIMCONNECT_RECV_EVENT
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