pub struct WebGLFrameBuffer(pub u32);Expand description
an OpenGL Framebuffer created with GLContext::create_framebuffer.
This is a special type of buffer that can be used as destination for rendering.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Debug for WebGLFrameBuffer
impl Debug for WebGLFrameBuffer
Auto Trait Implementations§
impl Freeze for WebGLFrameBuffer
impl RefUnwindSafe for WebGLFrameBuffer
impl Send for WebGLFrameBuffer
impl Sync for WebGLFrameBuffer
impl Unpin for WebGLFrameBuffer
impl UnwindSafe for WebGLFrameBuffer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more