pub enum GlFramebufferBuffer {
None,
Front,
Back,
ColorAttachment(u32),
}Variants§
Trait Implementations§
Source§impl Clone for GlFramebufferBuffer
impl Clone for GlFramebufferBuffer
Source§fn clone(&self) -> GlFramebufferBuffer
fn clone(&self) -> GlFramebufferBuffer
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 GlFramebufferBuffer
impl Debug for GlFramebufferBuffer
Source§impl PartialEq for GlFramebufferBuffer
impl PartialEq for GlFramebufferBuffer
Source§fn eq(&self, other: &GlFramebufferBuffer) -> bool
fn eq(&self, other: &GlFramebufferBuffer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlFramebufferBuffer
impl Eq for GlFramebufferBuffer
impl StructuralPartialEq for GlFramebufferBuffer
Auto Trait Implementations§
impl Freeze for GlFramebufferBuffer
impl RefUnwindSafe for GlFramebufferBuffer
impl Send for GlFramebufferBuffer
impl Sync for GlFramebufferBuffer
impl Unpin for GlFramebufferBuffer
impl UnsafeUnpin for GlFramebufferBuffer
impl UnwindSafe for GlFramebufferBuffer
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