#[repr(C)]pub struct CompositionLayerProjectionView {
pub ty: StructureType,
pub next: *const c_void,
pub pose: Posef,
pub fov: Fovf,
pub sub_image: SwapchainSubImage,
}Expand description
Fields
ty: StructureTypenext: *const c_voidpose: Poseffov: Fovfsub_image: SwapchainSubImageImplementations
sourceimpl CompositionLayerProjectionView
impl CompositionLayerProjectionView
pub const TYPE: StructureType = StructureType::COMPOSITION_LAYER_PROJECTION_VIEW
Trait Implementations
sourceimpl Clone for CompositionLayerProjectionView
impl Clone for CompositionLayerProjectionView
sourcefn clone(&self) -> CompositionLayerProjectionView
fn clone(&self) -> CompositionLayerProjectionView
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 moreimpl Copy for CompositionLayerProjectionView
Auto Trait Implementations
impl RefUnwindSafe for CompositionLayerProjectionView
impl !Send for CompositionLayerProjectionView
impl !Sync for CompositionLayerProjectionView
impl Unpin for CompositionLayerProjectionView
impl UnwindSafe for CompositionLayerProjectionView
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