Struct msfs::sim_connect::ClientDataArea
source · pub struct ClientDataArea<T: ClientDataDefinition> { /* private fields */ }
Expand description
An allocated client data memory region. Dropping this struct will not deallocate the memory which has been allocated in the sim.
Auto Trait Implementations§
impl<T> RefUnwindSafe for ClientDataArea<T>where T: RefUnwindSafe,
impl<T> Send for ClientDataArea<T>where T: Send,
impl<T> Sync for ClientDataArea<T>where T: Sync,
impl<T> Unpin for ClientDataArea<T>where T: Unpin,
impl<T> UnwindSafe for ClientDataArea<T>where T: UnwindSafe,
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