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