Struct msfs::sys::SIMCONNECT_RECV_CONTROLLERS_LIST
source · #[repr(C)]pub struct SIMCONNECT_RECV_CONTROLLERS_LIST {
pub _base: SIMCONNECT_RECV_LIST_TEMPLATE,
pub rgData: [SIMCONNECT_CONTROLLER_ITEM; 1],
}
Fields§
§_base: SIMCONNECT_RECV_LIST_TEMPLATE
§rgData: [SIMCONNECT_CONTROLLER_ITEM; 1]
Trait Implementations§
source§impl Clone for SIMCONNECT_RECV_CONTROLLERS_LIST
impl Clone for SIMCONNECT_RECV_CONTROLLERS_LIST
source§fn clone(&self) -> SIMCONNECT_RECV_CONTROLLERS_LIST
fn clone(&self) -> SIMCONNECT_RECV_CONTROLLERS_LIST
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_CONTROLLERS_LIST
Auto Trait Implementations§
impl RefUnwindSafe for SIMCONNECT_RECV_CONTROLLERS_LIST
impl Send for SIMCONNECT_RECV_CONTROLLERS_LIST
impl Sync for SIMCONNECT_RECV_CONTROLLERS_LIST
impl Unpin for SIMCONNECT_RECV_CONTROLLERS_LIST
impl UnwindSafe for SIMCONNECT_RECV_CONTROLLERS_LIST
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