Struct vulkanalia_sys::PresentIdKHR
source · [−]#[repr(C)]pub struct PresentIdKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub swapchain_count: u32,
pub present_ids: *const u64,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidswapchain_count: u32present_ids: *const u64Trait 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 PresentIdKHR
impl !Send for PresentIdKHR
impl !Sync for PresentIdKHR
impl Unpin for PresentIdKHR
impl UnwindSafe for PresentIdKHR
Blanket Implementations
Mutably borrows from an owned value. Read more