#[repr(u32)]pub enum TextureCubeFace {
PositiveX = 34_069,
NegativeX = 34_070,
PositiveY = 34_071,
NegativeY = 34_072,
PositiveZ = 34_073,
NegativeZ = 34_074,
}Variants§
PositiveX = 34_069
NegativeX = 34_070
PositiveY = 34_071
NegativeY = 34_072
PositiveZ = 34_073
NegativeZ = 34_074
Trait Implementations§
Source§impl Clone for TextureCubeFace
impl Clone for TextureCubeFace
Source§fn clone(&self) -> TextureCubeFace
fn clone(&self) -> TextureCubeFace
Returns a duplicate of the value. Read more
1.0.0 · 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 TextureCubeFace
impl Debug for TextureCubeFace
Source§impl PartialEq for TextureCubeFace
impl PartialEq for TextureCubeFace
impl Copy for TextureCubeFace
impl Eq for TextureCubeFace
impl StructuralPartialEq for TextureCubeFace
Auto Trait Implementations§
impl Freeze for TextureCubeFace
impl RefUnwindSafe for TextureCubeFace
impl Send for TextureCubeFace
impl Sync for TextureCubeFace
impl Unpin for TextureCubeFace
impl UnwindSafe for TextureCubeFace
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