pub struct GlFramebuffer(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for GlFramebuffer
impl Clone for GlFramebuffer
Source§fn clone(&self) -> GlFramebuffer
fn clone(&self) -> GlFramebuffer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GlFramebuffer
impl Debug for GlFramebuffer
Source§impl PartialEq for GlFramebuffer
impl PartialEq for GlFramebuffer
Source§fn eq(&self, other: &GlFramebuffer) -> bool
fn eq(&self, other: &GlFramebuffer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlFramebuffer
impl Eq for GlFramebuffer
impl StructuralPartialEq 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 UnsafeUnpin 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