Struct vulkanalia_sys::PresentTimesInfoGOOGLE
source · [−]#[repr(C)]pub struct PresentTimesInfoGOOGLE {
pub s_type: StructureType,
pub next: *const c_void,
pub swapchain_count: u32,
pub times: *const PresentTimeGOOGLE,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidswapchain_count: u32times: *const PresentTimeGOOGLETrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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