Trait glin::fbo::BorrowColorAttach [−][src]
pub trait BorrowColorAttach { type ColorAttach: ColorAttach; fn borrow_color_attachment(&self) -> &Self::ColorAttach; }
Associated Types
type ColorAttach: ColorAttach
[src]
Required methods
fn borrow_color_attachment(&self) -> &Self::ColorAttach
[src]
Implementations on Foreign Types
impl BorrowColorAttach for Rc<ColorAttachment>
[src]
impl BorrowColorAttach for Rc<ColorAttachment>
[src]type ColorAttach = ColorAttachment
fn borrow_color_attachment(&self) -> &ColorAttachment
[src]
impl BorrowColorAttach for Rc<Texture>
[src]
impl BorrowColorAttach for Rc<Texture>
[src]type ColorAttach = Texture
fn borrow_color_attachment(&self) -> &Texture
[src]
impl BorrowColorAttach for Rc<RenderBuffer>
[src]
impl BorrowColorAttach for Rc<RenderBuffer>
[src]type ColorAttach = RenderBuffer
fn borrow_color_attachment(&self) -> &RenderBuffer
[src]
impl<T: Borrow<Texture>> BorrowColorAttach for Rc<TextureLevelRef<T>>
[src]
impl<T: Borrow<Texture>> BorrowColorAttach for Rc<TextureLevelRef<T>>
[src]type ColorAttach = TextureLevelRef<T>
fn borrow_color_attachment(&self) -> &TextureLevelRef<T>
[src]
impl<T: Borrow<CubeMap>> BorrowColorAttach for Rc<CubemapLevelRef<T>>
[src]
impl<T: Borrow<CubeMap>> BorrowColorAttach for Rc<CubemapLevelRef<T>>
[src]type ColorAttach = CubemapLevelRef<T>
fn borrow_color_attachment(&self) -> &CubemapLevelRef<T>
[src]
impl<T: Borrow<CubeMap>> BorrowColorAttach for Rc<CubemapFaceLevelRef<T>>
[src]
impl<T: Borrow<CubeMap>> BorrowColorAttach for Rc<CubemapFaceLevelRef<T>>
[src]type ColorAttach = CubemapFaceLevelRef<T>
fn borrow_color_attachment(&self) -> &CubemapFaceLevelRef<T>
[src]
Implementors
impl<'a> BorrowColorAttach for &'a ColorAttachment
[src]
impl<'a> BorrowColorAttach for &'a ColorAttachment
[src]type ColorAttach = ColorAttachment
fn borrow_color_attachment(&self) -> &ColorAttachment
[src]
impl<'a> BorrowColorAttach for &'a Texture
[src]
impl<'a> BorrowColorAttach for &'a Texture
[src]type ColorAttach = Texture
fn borrow_color_attachment(&self) -> &Texture
[src]
impl<'a> BorrowColorAttach for &'a RenderBuffer
[src]
impl<'a> BorrowColorAttach for &'a RenderBuffer
[src]type ColorAttach = RenderBuffer
fn borrow_color_attachment(&self) -> &RenderBuffer
[src]
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>> 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<Texture>> BorrowColorAttach for &'a TextureLevelRef<T>
[src]
impl<'a, T: Borrow<Texture>> BorrowColorAttach for &'a TextureLevelRef<T>
[src]type ColorAttach = TextureLevelRef<T>
fn borrow_color_attachment(&self) -> &TextureLevelRef<T>
[src]
impl<C: ColorAttach> BorrowColorAttach for C
[src]
impl<C: ColorAttach> BorrowColorAttach for C
[src]