Struct screen_13::prelude::vk::EventCreateInfo
source · 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: EventCreateFlagsImplementations§
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 moresource§impl Debug for EventCreateInfo
impl Debug for EventCreateInfo
source§impl Default for EventCreateInfo
impl Default for EventCreateInfo
source§fn default() -> EventCreateInfo
fn default() -> EventCreateInfo
Returns the “default value” for a type. Read more