Enum three_style_lib::sticker::Edge
source · pub enum Edge {
Show 24 variants
UB,
BU,
UR,
RU,
UF,
FU,
UL,
LU,
FL,
LF,
FR,
RF,
BR,
RB,
BL,
LB,
DF,
FD,
DR,
RD,
DB,
BD,
DL,
LD,
}
Variants§
Trait Implementations§
source§impl FaceletTarget for Edge
impl FaceletTarget for Edge
fn to_facelets(&self) -> Vec<Facelet>
fn as_facelet(&self) -> Facelet
source§impl PartialEq for Edge
impl PartialEq for Edge
impl Copy for Edge
impl StructuralPartialEq for Edge
Auto Trait Implementations§
impl RefUnwindSafe for Edge
impl Send for Edge
impl Sync for Edge
impl Unpin for Edge
impl UnwindSafe for Edge
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