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