Struct openxr_sys::CompositionLayerProjection
source · [−]#[repr(C)]pub struct CompositionLayerProjection {
pub ty: StructureType,
pub next: *const c_void,
pub layer_flags: CompositionLayerFlags,
pub space: Space,
pub view_count: u32,
pub views: *const CompositionLayerProjectionView,
}Expand description
Fields
ty: StructureTypenext: *const c_voidlayer_flags: CompositionLayerFlagsspace: Spaceview_count: u32views: *const CompositionLayerProjectionViewImplementations
sourceimpl CompositionLayerProjection
impl CompositionLayerProjection
pub const TYPE: StructureType = StructureType::COMPOSITION_LAYER_PROJECTION
Trait Implementations
sourceimpl Clone for CompositionLayerProjection
impl Clone for CompositionLayerProjection
sourcefn clone(&self) -> CompositionLayerProjection
fn clone(&self) -> CompositionLayerProjection
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 CompositionLayerProjection
impl Debug for CompositionLayerProjection
impl Copy for CompositionLayerProjection
Auto Trait Implementations
impl RefUnwindSafe for CompositionLayerProjection
impl !Send for CompositionLayerProjection
impl !Sync for CompositionLayerProjection
impl Unpin for CompositionLayerProjection
impl UnwindSafe for CompositionLayerProjection
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