Struct openxr_sys::CompositionLayerCubeKHR
source · [−]#[repr(C)]pub struct CompositionLayerCubeKHR {
pub ty: StructureType,
pub next: *const c_void,
pub layer_flags: CompositionLayerFlags,
pub space: Space,
pub eye_visibility: EyeVisibility,
pub swapchain: Swapchain,
pub image_array_index: u32,
pub orientation: Quaternionf,
}Expand description
See XrCompositionLayerCubeKHR - defined by XR_KHR_composition_layer_cube
Fields
ty: StructureTypenext: *const c_voidlayer_flags: CompositionLayerFlagsspace: Spaceeye_visibility: EyeVisibilityswapchain: Swapchainimage_array_index: u32orientation: QuaternionfImplementations
sourceimpl CompositionLayerCubeKHR
impl CompositionLayerCubeKHR
pub const TYPE: StructureType = StructureType::COMPOSITION_LAYER_CUBE_KHR
Trait Implementations
sourceimpl Clone for CompositionLayerCubeKHR
impl Clone for CompositionLayerCubeKHR
sourcefn clone(&self) -> CompositionLayerCubeKHR
fn clone(&self) -> CompositionLayerCubeKHR
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 CompositionLayerCubeKHR
impl Debug for CompositionLayerCubeKHR
impl Copy for CompositionLayerCubeKHR
Auto Trait Implementations
impl RefUnwindSafe for CompositionLayerCubeKHR
impl !Send for CompositionLayerCubeKHR
impl !Sync for CompositionLayerCubeKHR
impl Unpin for CompositionLayerCubeKHR
impl UnwindSafe for CompositionLayerCubeKHR
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