Struct msfs::sys::SIMCONNECT_RECV_ACTION_CALLBACK
source · #[repr(C, packed)]pub struct SIMCONNECT_RECV_ACTION_CALLBACK {
pub _base: SIMCONNECT_RECV,
pub szActionID: [c_char; 260],
pub cbRequestId: DWORD,
}
Fields§
§_base: SIMCONNECT_RECV
§szActionID: [c_char; 260]
§cbRequestId: DWORD
Trait Implementations§
source§impl Clone for SIMCONNECT_RECV_ACTION_CALLBACK
impl Clone for SIMCONNECT_RECV_ACTION_CALLBACK
source§fn clone(&self) -> SIMCONNECT_RECV_ACTION_CALLBACK
fn clone(&self) -> SIMCONNECT_RECV_ACTION_CALLBACK
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_ACTION_CALLBACK
Auto Trait Implementations§
impl RefUnwindSafe for SIMCONNECT_RECV_ACTION_CALLBACK
impl Send for SIMCONNECT_RECV_ACTION_CALLBACK
impl Sync for SIMCONNECT_RECV_ACTION_CALLBACK
impl Unpin for SIMCONNECT_RECV_ACTION_CALLBACK
impl UnwindSafe for SIMCONNECT_RECV_ACTION_CALLBACK
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