Struct rin::gl::fbo::CubemapLevelRef [−][src]
pub struct CubemapLevelRef<C> { /* fields omitted */ }
Implementations
impl<T> CubemapLevelRef<T> where
T: Borrow<CubeMap>,
[src]
impl<T> CubemapLevelRef<T> where
T: Borrow<CubeMap>,
[src]Trait Implementations
impl<'a, T> BorrowColorAttach for &'a CubemapLevelRef<T> where
T: Borrow<CubeMap>,
[src]
impl<'a, T> BorrowColorAttach for &'a CubemapLevelRef<T> where
T: Borrow<CubeMap>,
[src]type ColorAttach = CubemapLevelRef<T>
pub fn borrow_color_attachment(&self) -> &CubemapLevelRef<T>
[src]
impl<'a, T> BorrowDepthAttach for &'a CubemapLevelRef<T> where
T: Borrow<CubeMap>,
[src]
impl<'a, T> BorrowDepthAttach for &'a CubemapLevelRef<T> where
T: Borrow<CubeMap>,
[src]type DepthAttach = CubemapLevelRef<T>
pub fn borrow_depth_attachment(&self) -> &CubemapLevelRef<T>
[src]
impl<T> Clone for CubemapLevelRef<T> where
T: Clone,
[src]
impl<T> Clone for CubemapLevelRef<T> where
T: Clone,
[src]pub fn clone(&self) -> CubemapLevelRef<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T> ColorAttach for CubemapLevelRef<T> where
T: Borrow<CubeMap>,
[src]
impl<T> ColorAttach for CubemapLevelRef<T> where
T: Borrow<CubeMap>,
[src]impl<T> DepthAttach for CubemapLevelRef<T> where
T: Borrow<CubeMap>,
[src]
impl<T> DepthAttach for CubemapLevelRef<T> where
T: Borrow<CubeMap>,
[src]impl<T> Copy for CubemapLevelRef<T> where
T: Copy,
[src]
T: Copy,
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,
Blanket Implementations
impl<C> BorrowColorAttach for C where
C: ColorAttach,
[src]
impl<C> BorrowColorAttach for C where
C: ColorAttach,
[src]type ColorAttach = C
pub fn borrow_color_attachment(&self) -> &<C as BorrowColorAttach>::ColorAttach
[src]
impl<C> BorrowDepthAttach for C where
C: DepthAttach,
[src]
impl<C> BorrowDepthAttach for C where
C: DepthAttach,
[src]type DepthAttach = C
pub fn borrow_depth_attachment(&self) -> &<C as BorrowDepthAttach>::DepthAttach
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<T> Slottable for T where
T: Copy,
[src]
T: Copy,