Struct glin::fbo::CubemapFaceLevelRef [−][src]
pub struct CubemapFaceLevelRef<C> { /* fields omitted */ }
Implementations
impl<T: Borrow<CubeMap>> CubemapFaceLevelRef<T>
[src]
impl<T: Borrow<CubeMap>> CubemapFaceLevelRef<T>
[src]Trait Implementations
impl<'a, T: Borrow<CubeMap>> BorrowColorAttach for &'a CubemapFaceLevelRef<T>
[src]
impl<'a, T: Borrow<CubeMap>> BorrowColorAttach for &'a CubemapFaceLevelRef<T>
[src]type ColorAttach = CubemapFaceLevelRef<T>
fn borrow_color_attachment(&self) -> &CubemapFaceLevelRef<T>
[src]
impl<'a, T: Borrow<CubeMap>> BorrowDepthAttach for &'a CubemapFaceLevelRef<T>
[src]
impl<'a, T: Borrow<CubeMap>> BorrowDepthAttach for &'a CubemapFaceLevelRef<T>
[src]type DepthAttach = CubemapFaceLevelRef<T>
fn borrow_depth_attachment(&self) -> &CubemapFaceLevelRef<T>
[src]
impl<C: Borrow<CubeMap>> ColorAttach for CubemapFaceLevelRef<C>
[src]
impl<C: Borrow<CubeMap>> ColorAttach for CubemapFaceLevelRef<C>
[src]impl<'a, C: Borrow<CubeMap>> DepthAttach for CubemapFaceLevelRef<C>
[src]
impl<'a, C: Borrow<CubeMap>> DepthAttach for CubemapFaceLevelRef<C>
[src]Auto Trait Implementations
impl<C> RefUnwindSafe for CubemapFaceLevelRef<C> where
C: RefUnwindSafe,
C: RefUnwindSafe,
impl<C> Send for CubemapFaceLevelRef<C> where
C: Send,
C: Send,
impl<C> Sync for CubemapFaceLevelRef<C> where
C: Sync,
C: Sync,
impl<C> Unpin for CubemapFaceLevelRef<C> where
C: Unpin,
C: Unpin,
impl<C> UnwindSafe for CubemapFaceLevelRef<C> where
C: UnwindSafe,
C: UnwindSafe,