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: StructureTypep_next: *const c_voidoperation_handle: DeferredOperationKHRImplementations
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