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