pub struct GLFramebuffer { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for GLFramebuffer
impl Debug for GLFramebuffer
Source§impl Drop for GLFramebuffer
impl Drop for GLFramebuffer
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