#[repr(i32)]pub enum TextureFlag {
None = 0,
WrapWidth = 1,
WrapHeight = 2,
}Expand description
Texture wrap flags
Variants§
Trait Implementations§
Source§impl Clone for TextureFlag
impl Clone for TextureFlag
Source§fn clone(&self) -> TextureFlag
fn clone(&self) -> TextureFlag
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 TextureFlag
Source§impl Debug for TextureFlag
impl Debug for TextureFlag
impl Eq for TextureFlag
Source§impl Hash for TextureFlag
impl Hash for TextureFlag
Source§impl PartialEq for TextureFlag
impl PartialEq for TextureFlag
impl StructuralPartialEq for TextureFlag
Auto Trait Implementations§
impl Freeze for TextureFlag
impl RefUnwindSafe for TextureFlag
impl Send for TextureFlag
impl Sync for TextureFlag
impl Unpin for TextureFlag
impl UnsafeUnpin for TextureFlag
impl UnwindSafe for TextureFlag
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