[][src]Struct openxr::CompositionLayerCylinderKHR

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

Methods

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

pub fn new() -> Self[src]

pub unsafe fn from_raw(inner: CompositionLayerCylinderKHR) -> 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) -> CompositionLayerCylinderKHR[src]

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

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

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

pub fn eye_visibility(self, value: EyeVisibility) -> Self[src]

pub fn sub_image(self, value: SwapchainSubImage<'a, G>) -> Self[src]

pub fn pose(self, value: Posef) -> Self[src]

pub fn radius(self, value: f32) -> Self[src]

pub fn central_angle(self, value: f32) -> Self[src]

pub fn aspect_ratio(self, value: f32) -> Self[src]

Trait Implementations

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

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

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

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

type Target = CompositionLayerBase<'a, G>

The resulting type after dereferencing.

Auto Trait Implementations

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

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

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

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

impl<'a, G> UnwindSafe for CompositionLayerCylinderKHR<'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.