#[repr(u32)]pub enum AtlasWrap {
MirroedRepeat = 0,
ClampToEdge = 1,
Repeat = 2,
}Variants§
Trait Implementations§
impl Copy for AtlasWrap
impl Eq for AtlasWrap
Source§impl From<u32> for AtlasWrap
impl From<u32> for AtlasWrap
Source§fn from(e: spAtlasWrap) -> Self
fn from(e: spAtlasWrap) -> Self
Converts to this type from the input type.
Source§impl Ord for AtlasWrap
impl Ord for AtlasWrap
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for AtlasWrap
impl PartialOrd for AtlasWrap
impl StructuralPartialEq for AtlasWrap
Auto Trait Implementations§
impl Freeze for AtlasWrap
impl RefUnwindSafe for AtlasWrap
impl Send for AtlasWrap
impl Sync for AtlasWrap
impl Unpin for AtlasWrap
impl UnsafeUnpin for AtlasWrap
impl UnwindSafe for AtlasWrap
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