pub struct GLFramebuffer {
pub gl_framebuffer: GLuint,
pub texture: GLTexture,
}
Fields§
§gl_framebuffer: GLuint
§texture: GLTexture
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GLFramebuffer
impl RefUnwindSafe for GLFramebuffer
impl Send for GLFramebuffer
impl Sync for GLFramebuffer
impl Unpin for GLFramebuffer
impl UnwindSafe for GLFramebuffer
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