Struct vulkanalia_sys::ExternalFenceProperties
source · [−]#[repr(C)]pub struct ExternalFenceProperties {
pub s_type: StructureType,
pub 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: StructureTypenext: *mut c_voidexport_from_imported_handle_types: ExternalFenceHandleTypeFlagscompatible_handle_types: ExternalFenceHandleTypeFlagsexternal_fence_features: ExternalFenceFeatureFlagsTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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