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