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