Struct openxr_sys::SwapchainImageOpenGLKHR [−][src]
#[repr(C)]pub struct SwapchainImageOpenGLKHR { pub ty: StructureType, pub next: *mut c_void, pub image: u32, }
Expand description
See XrSwapchainImageOpenGLKHR - defined by XR_KHR_opengl_enable
Fields
ty: StructureTypenext: *mut c_voidimage: u32Implementations
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SwapchainImageOpenGLKHRimpl !Send for SwapchainImageOpenGLKHRimpl !Sync for SwapchainImageOpenGLKHRimpl Unpin for SwapchainImageOpenGLKHRimpl UnwindSafe for SwapchainImageOpenGLKHRBlanket Implementations
Mutably borrows from an owned value. Read more