pub enum Face {
Face0 = 0,
Face1 = 1,
Face2 = 2,
Face3 = 3,
Face4 = 4,
Face5 = 5,
}
Expand description
Cube-face on the S2 sphere
Variants§
Face0 = 0
Face 0
Face1 = 1
Face 1
Face2 = 2
Face 2
Face3 = 3
Face 3
Face4 = 4
Face 4
Face5 = 5
Face 5
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Face
impl<'de> Deserialize<'de> for Face
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Face
impl Ord for Face
Source§impl PartialOrd for Face
impl PartialOrd for Face
impl Copy for Face
impl Eq for Face
impl StructuralPartialEq for Face
Auto Trait Implementations§
impl Freeze for Face
impl RefUnwindSafe for Face
impl Send for Face
impl Sync for Face
impl Unpin for Face
impl UnwindSafe for Face
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