Struct vulkanalia_sys::ImportSemaphoreFdInfoKHR
source · [−]#[repr(C)]pub struct ImportSemaphoreFdInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub semaphore: Semaphore,
pub flags: SemaphoreImportFlags,
pub handle_type: ExternalSemaphoreHandleTypeFlags,
pub fd: c_int,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsemaphore: Semaphoreflags: SemaphoreImportFlagshandle_type: ExternalSemaphoreHandleTypeFlagsfd: c_intTrait 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 ImportSemaphoreFdInfoKHR
impl !Send for ImportSemaphoreFdInfoKHR
impl !Sync for ImportSemaphoreFdInfoKHR
impl Unpin for ImportSemaphoreFdInfoKHR
impl UnwindSafe for ImportSemaphoreFdInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more