Struct ash::vk::ExportSemaphoreCreateInfo [−][src]
#[repr(C)]pub struct ExportSemaphoreCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub handle_types: ExternalSemaphoreHandleTypeFlags, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
handle_types: ExternalSemaphoreHandleTypeFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ExportSemaphoreCreateInfo
impl !Send for ExportSemaphoreCreateInfo
impl !Sync for ExportSemaphoreCreateInfo
impl Unpin for ExportSemaphoreCreateInfo
impl UnwindSafe for ExportSemaphoreCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more