Struct unity_native_plugin_sys::VkPresentTimesInfoGOOGLE [−][src]
#[repr(C)]pub struct VkPresentTimesInfoGOOGLE {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub swapchainCount: u32,
pub pTimes: *const VkPresentTimeGOOGLE,
}Fields
sType: VkStructureTypepNext: *const c_voidswapchainCount: u32pTimes: *const VkPresentTimeGOOGLETrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkPresentTimesInfoGOOGLE
impl !Send for VkPresentTimesInfoGOOGLE
impl !Sync for VkPresentTimesInfoGOOGLE
impl Unpin for VkPresentTimesInfoGOOGLE
impl UnwindSafe for VkPresentTimesInfoGOOGLE
Blanket Implementations
Mutably borrows from an owned value. Read more