[][src]Struct openxr::SecondaryEndInfo

pub struct SecondaryEndInfo<'a, 'b, 'c, G: Graphics> {
    pub ty: ViewConfigurationType,
    pub environment_blend_mode: EnvironmentBlendMode,
    pub layers: &'a [&'b CompositionLayerBase<'c, G>],
}

Fields

ty: ViewConfigurationTypeenvironment_blend_mode: EnvironmentBlendModelayers: &'a [&'b CompositionLayerBase<'c, G>]

Auto Trait Implementations

impl<'a, 'b, 'c, G> RefUnwindSafe for SecondaryEndInfo<'a, 'b, 'c, G> where
    G: RefUnwindSafe

impl<'a, 'b, 'c, G> !Send for SecondaryEndInfo<'a, 'b, 'c, G>

impl<'a, 'b, 'c, G> !Sync for SecondaryEndInfo<'a, 'b, 'c, G>

impl<'a, 'b, 'c, G> Unpin for SecondaryEndInfo<'a, 'b, 'c, G> where
    'b: 'a,
    'c: 'a, 

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