object send+sync, probably a bad idea
This commit is contained in:
@@ -33,6 +33,9 @@ pub struct Object {
|
||||
pub(crate) data_addr: *const u32,
|
||||
}
|
||||
|
||||
unsafe impl Send for Object {}
|
||||
unsafe impl Sync for Object {}
|
||||
|
||||
impl Object {
|
||||
/// Try and transmute this SimConnect object as a `T` struct.
|
||||
///
|
||||
|
Reference in New Issue
Block a user