Struct tea::target::Framebuffer
source · pub struct Framebuffer(_);Implementations§
Trait Implementations§
source§impl Debug for Framebuffer
impl Debug for Framebuffer
source§impl Default for Framebuffer
impl Default for Framebuffer
source§fn default() -> Framebuffer
fn default() -> Framebuffer
Returns the “default value” for a type. Read more
source§impl Drop for Framebuffer
impl Drop for Framebuffer
source§impl GlTarget for Framebuffer
impl GlTarget for Framebuffer
source§impl PartialEq<Framebuffer> for Framebuffer
impl PartialEq<Framebuffer> for Framebuffer
source§fn eq(&self, other: &Framebuffer) -> bool
fn eq(&self, other: &Framebuffer) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for Framebuffer
impl StructuralEq for Framebuffer
impl StructuralPartialEq for Framebuffer
Auto Trait Implementations§
impl RefUnwindSafe for Framebuffer
impl Send for Framebuffer
impl Sync for Framebuffer
impl Unpin for Framebuffer
impl UnwindSafe for Framebuffer
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