Struct vulkanalia_sys::ExportFenceCreateInfo
source · [−]#[repr(C)]pub struct ExportFenceCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub handle_types: ExternalFenceHandleTypeFlags,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidhandle_types: ExternalFenceHandleTypeFlagsTrait 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 ExportFenceCreateInfo
impl !Send for ExportFenceCreateInfo
impl !Sync for ExportFenceCreateInfo
impl Unpin for ExportFenceCreateInfo
impl UnwindSafe for ExportFenceCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more