Struct screen_13::prelude::vk::SemaphoreCreateInfo
source · pub struct SemaphoreCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: SemaphoreCreateFlags,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§flags: SemaphoreCreateFlagsImplementations§
source§impl SemaphoreCreateInfo
impl SemaphoreCreateInfo
pub fn builder<'a>() -> SemaphoreCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for SemaphoreCreateInfo
impl Clone for SemaphoreCreateInfo
source§fn clone(&self) -> SemaphoreCreateInfo
fn clone(&self) -> SemaphoreCreateInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SemaphoreCreateInfo
impl Debug for SemaphoreCreateInfo
source§impl Default for SemaphoreCreateInfo
impl Default for SemaphoreCreateInfo
source§fn default() -> SemaphoreCreateInfo
fn default() -> SemaphoreCreateInfo
Returns the “default value” for a type. Read more