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