Struct ash::vk::PresentTimesInfoGOOGLE [−][src]
#[repr(C)]pub struct PresentTimesInfoGOOGLE { pub s_type: StructureType, pub p_next: *const c_void, pub swapchain_count: u32, pub p_times: *const PresentTimeGOOGLE, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
swapchain_count: u32
p_times: *const PresentTimeGOOGLE
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PresentTimesInfoGOOGLE
impl !Send for PresentTimesInfoGOOGLE
impl !Sync for PresentTimesInfoGOOGLE
impl Unpin for PresentTimesInfoGOOGLE
impl UnwindSafe for PresentTimesInfoGOOGLE
Blanket Implementations
Mutably borrows from an owned value. Read more