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