Struct ash::vk::EventCreateInfo
source · #[repr(C)]pub struct EventCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: EventCreateFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: EventCreateFlags
Implementations§
source§impl EventCreateInfo
impl EventCreateInfo
pub fn builder<'a>() -> EventCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for EventCreateInfo
impl Clone for EventCreateInfo
source§fn clone(&self) -> EventCreateInfo
fn clone(&self) -> EventCreateInfo
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 more