Struct msfs::sys::SIMCONNECT_RECV_OPEN
source · #[repr(C, packed)]pub struct SIMCONNECT_RECV_OPEN {
pub _base: SIMCONNECT_RECV,
pub szApplicationName: [c_char; 256],
pub dwApplicationVersionMajor: DWORD,
pub dwApplicationVersionMinor: DWORD,
pub dwApplicationBuildMajor: DWORD,
pub dwApplicationBuildMinor: DWORD,
pub dwSimConnectVersionMajor: DWORD,
pub dwSimConnectVersionMinor: DWORD,
pub dwSimConnectBuildMajor: DWORD,
pub dwSimConnectBuildMinor: DWORD,
pub dwReserved1: DWORD,
pub dwReserved2: DWORD,
}
Fields§
§_base: SIMCONNECT_RECV
§szApplicationName: [c_char; 256]
§dwApplicationVersionMajor: DWORD
§dwApplicationVersionMinor: DWORD
§dwApplicationBuildMajor: DWORD
§dwApplicationBuildMinor: DWORD
§dwSimConnectVersionMajor: DWORD
§dwSimConnectVersionMinor: DWORD
§dwSimConnectBuildMajor: DWORD
§dwSimConnectBuildMinor: DWORD
§dwReserved1: DWORD
§dwReserved2: DWORD
Trait Implementations§
source§impl Clone for SIMCONNECT_RECV_OPEN
impl Clone for SIMCONNECT_RECV_OPEN
source§fn clone(&self) -> SIMCONNECT_RECV_OPEN
fn clone(&self) -> SIMCONNECT_RECV_OPEN
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_OPEN
impl Debug for SIMCONNECT_RECV_OPEN
impl Copy for SIMCONNECT_RECV_OPEN
Auto Trait Implementations§
impl RefUnwindSafe for SIMCONNECT_RECV_OPEN
impl Send for SIMCONNECT_RECV_OPEN
impl Sync for SIMCONNECT_RECV_OPEN
impl Unpin for SIMCONNECT_RECV_OPEN
impl UnwindSafe for SIMCONNECT_RECV_OPEN
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