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