pub enum GlFramebufferTarget {
Framebuffer,
}Variants§
Framebuffer
Trait Implementations§
Source§impl Clone for GlFramebufferTarget
impl Clone for GlFramebufferTarget
Source§fn clone(&self) -> GlFramebufferTarget
fn clone(&self) -> GlFramebufferTarget
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 GlFramebufferTarget
impl Debug for GlFramebufferTarget
impl Copy for GlFramebufferTarget
Auto Trait Implementations§
impl Freeze for GlFramebufferTarget
impl RefUnwindSafe for GlFramebufferTarget
impl Send for GlFramebufferTarget
impl Sync for GlFramebufferTarget
impl Unpin for GlFramebufferTarget
impl UnsafeUnpin for GlFramebufferTarget
impl UnwindSafe for GlFramebufferTarget
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