#[repr(u32)]pub enum TextureWrapTarget {
S = 10_242,
T = 10_243,
R = 32_882,
}Variants§
Trait Implementations§
Source§impl Clone for TextureWrapTarget
impl Clone for TextureWrapTarget
Source§fn clone(&self) -> TextureWrapTarget
fn clone(&self) -> TextureWrapTarget
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 moreimpl Copy for TextureWrapTarget
impl Eq for TextureWrapTarget
Source§impl PartialEq for TextureWrapTarget
impl PartialEq for TextureWrapTarget
Source§fn eq(&self, other: &TextureWrapTarget) -> bool
fn eq(&self, other: &TextureWrapTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextureWrapTarget
Auto Trait Implementations§
impl Freeze for TextureWrapTarget
impl RefUnwindSafe for TextureWrapTarget
impl Send for TextureWrapTarget
impl Sync for TextureWrapTarget
impl Unpin for TextureWrapTarget
impl UnsafeUnpin for TextureWrapTarget
impl UnwindSafe for TextureWrapTarget
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