Enum TessellationKind
pub enum TessellationKind {
Regular,
SemiRegular,
Irregular,
}Expand description
Broad tessellation families.
Variants§
Regular
Regular tessellation.
SemiRegular
Semi-regular tessellation.
Irregular
Irregular tessellation.
Trait Implementations§
§impl Clone for TessellationKind
impl Clone for TessellationKind
§fn clone(&self) -> TessellationKind
fn clone(&self) -> TessellationKind
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 more§impl Debug for TessellationKind
impl Debug for TessellationKind
§impl PartialEq for TessellationKind
impl PartialEq for TessellationKind
impl Copy for TessellationKind
impl Eq for TessellationKind
impl StructuralPartialEq for TessellationKind
Auto Trait Implementations§
impl Freeze for TessellationKind
impl RefUnwindSafe for TessellationKind
impl Send for TessellationKind
impl Sync for TessellationKind
impl Unpin for TessellationKind
impl UnsafeUnpin for TessellationKind
impl UnwindSafe for TessellationKind
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