Add missing sync, send for pointer types such as vk::Device

This commit is contained in:
Maik Klein 2017-03-15 12:10:43 +01:00
parent 463e862a45
commit 7765ed80c1

View file

@ -3217,6 +3217,9 @@ pub mod types {
ptr: *mut u8
}
unsafe impl Send for $name {}
unsafe impl Sync for $name {}
impl $name{
pub unsafe fn null() -> Self{
$name{