Struct msfs::sys::SIMCONNECT_RECV_FACILITY_DATA
source · #[repr(C, packed)]pub struct SIMCONNECT_RECV_FACILITY_DATA {
pub _base: SIMCONNECT_RECV,
pub UserRequestId: DWORD,
pub UniqueRequestId: DWORD,
pub ParentUniqueRequestId: DWORD,
pub Type: DWORD,
pub IsListItem: DWORD,
pub ItemIndex: DWORD,
pub ListSize: DWORD,
pub Data: DWORD,
}
Fields§
§_base: SIMCONNECT_RECV
§UserRequestId: DWORD
§UniqueRequestId: DWORD
§ParentUniqueRequestId: DWORD
§Type: DWORD
§IsListItem: DWORD
§ItemIndex: DWORD
§ListSize: DWORD
§Data: DWORD
Trait Implementations§
source§impl Clone for SIMCONNECT_RECV_FACILITY_DATA
impl Clone for SIMCONNECT_RECV_FACILITY_DATA
source§fn clone(&self) -> SIMCONNECT_RECV_FACILITY_DATA
fn clone(&self) -> SIMCONNECT_RECV_FACILITY_DATA
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_FACILITY_DATA
Auto Trait Implementations§
impl RefUnwindSafe for SIMCONNECT_RECV_FACILITY_DATA
impl Send for SIMCONNECT_RECV_FACILITY_DATA
impl Sync for SIMCONNECT_RECV_FACILITY_DATA
impl Unpin for SIMCONNECT_RECV_FACILITY_DATA
impl UnwindSafe for SIMCONNECT_RECV_FACILITY_DATA
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