[][src]Struct openxr::CompositionLayerProjection

#[repr(transparent)]pub struct CompositionLayerProjection<'a, G: Graphics> { /* fields omitted */ }

Implementations

impl<'a, G: Graphics> CompositionLayerProjection<'a, G>[src]

pub fn new() -> Self[src]

pub unsafe fn from_raw(inner: CompositionLayerProjection) -> Self[src]

Initialize with the supplied raw values

Safety

The guarantees normally enforced by this builder (e.g. lifetimes) must be preserved.

pub fn into_raw(self) -> CompositionLayerProjection[src]

pub fn as_raw(&self) -> &CompositionLayerProjection[src]

pub fn layer_flags(self, value: CompositionLayerFlags) -> Self[src]

pub fn space(self, value: &'a Space) -> Self[src]

pub fn views(self, value: &'a [CompositionLayerProjectionView<'a, G>]) -> Self[src]

Trait Implementations

impl<'a, G: Clone + Graphics> Clone for CompositionLayerProjection<'a, G>[src]

impl<'a, G: Copy + Graphics> Copy for CompositionLayerProjection<'a, G>[src]

impl<'a, G: Graphics> Default for CompositionLayerProjection<'a, G>[src]

impl<'a, G: Graphics> Deref for CompositionLayerProjection<'a, G>[src]

type Target = CompositionLayerBase<'a, G>

The resulting type after dereferencing.

Auto Trait Implementations

impl<'a, G> RefUnwindSafe for CompositionLayerProjection<'a, G> where
    G: RefUnwindSafe

impl<'a, G> !Send for CompositionLayerProjection<'a, G>

impl<'a, G> !Sync for CompositionLayerProjection<'a, G>

impl<'a, G> Unpin for CompositionLayerProjection<'a, G>

impl<'a, G> UnwindSafe for CompositionLayerProjection<'a, G> where
    G: RefUnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.