Struct openxr_sys::SwapchainImageOpenGLESKHR
source · [−]#[repr(C)]pub struct SwapchainImageOpenGLESKHR {
pub ty: StructureType,
pub next: *mut c_void,
pub image: u32,
}Expand description
See XrSwapchainImageOpenGLESKHR - defined by XR_KHR_opengl_es_enable
Fields
ty: StructureTypenext: *mut c_voidimage: u32Implementations
sourceimpl SwapchainImageOpenGLESKHR
impl SwapchainImageOpenGLESKHR
pub const TYPE: StructureType = StructureType::SWAPCHAIN_IMAGE_OPENGL_ES_KHR
sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations
sourceimpl Clone for SwapchainImageOpenGLESKHR
impl Clone for SwapchainImageOpenGLESKHR
sourcefn clone(&self) -> SwapchainImageOpenGLESKHR
fn clone(&self) -> SwapchainImageOpenGLESKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SwapchainImageOpenGLESKHR
impl Debug for SwapchainImageOpenGLESKHR
impl Copy for SwapchainImageOpenGLESKHR
Auto Trait Implementations
impl RefUnwindSafe for SwapchainImageOpenGLESKHR
impl !Send for SwapchainImageOpenGLESKHR
impl !Sync for SwapchainImageOpenGLESKHR
impl Unpin for SwapchainImageOpenGLESKHR
impl UnwindSafe for SwapchainImageOpenGLESKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more