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