#[repr(u8)]pub enum CubeFace {
PosX = 0,
NegX = 1,
PosY = 2,
NegY = 3,
PosZ = 4,
NegZ = 5,
}
Expand description
The face of a cube image to do an operation on.
Variants§
Trait Implementations§
Source§impl Ord for CubeFace
impl Ord for CubeFace
Source§impl PartialOrd for CubeFace
impl PartialOrd for CubeFace
impl Copy for CubeFace
impl Eq for CubeFace
impl StructuralPartialEq for CubeFace
Auto Trait Implementations§
impl Freeze for CubeFace
impl RefUnwindSafe for CubeFace
impl Send for CubeFace
impl Sync for CubeFace
impl Unpin for CubeFace
impl UnwindSafe for CubeFace
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)