Struct ash::vk::EventCreateInfo [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EventCreateInfo
impl !Send for EventCreateInfo
impl !Sync for EventCreateInfo
impl Unpin for EventCreateInfo
impl UnwindSafe for EventCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more