Struct msfs::sys::SIMCONNECT_RECV_SUBSCRIBE_INPUT_EVENT
source · #[repr(C, packed)]pub struct SIMCONNECT_RECV_SUBSCRIBE_INPUT_EVENT {
pub _base: SIMCONNECT_RECV,
pub Hash: UINT64,
pub eType: SIMCONNECT_INPUT_EVENT_TYPE,
pub Value: DWORD,
}
Fields§
§_base: SIMCONNECT_RECV
§Hash: UINT64
§eType: SIMCONNECT_INPUT_EVENT_TYPE
§Value: DWORD
Trait Implementations§
source§impl Clone for SIMCONNECT_RECV_SUBSCRIBE_INPUT_EVENT
impl Clone for SIMCONNECT_RECV_SUBSCRIBE_INPUT_EVENT
source§fn clone(&self) -> SIMCONNECT_RECV_SUBSCRIBE_INPUT_EVENT
fn clone(&self) -> SIMCONNECT_RECV_SUBSCRIBE_INPUT_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 moreimpl Copy for SIMCONNECT_RECV_SUBSCRIBE_INPUT_EVENT
Auto Trait Implementations§
impl RefUnwindSafe for SIMCONNECT_RECV_SUBSCRIBE_INPUT_EVENT
impl Send for SIMCONNECT_RECV_SUBSCRIBE_INPUT_EVENT
impl Sync for SIMCONNECT_RECV_SUBSCRIBE_INPUT_EVENT
impl Unpin for SIMCONNECT_RECV_SUBSCRIBE_INPUT_EVENT
impl UnwindSafe for SIMCONNECT_RECV_SUBSCRIBE_INPUT_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