pub enum WangSetType {
Corner,
Edge,
Mixed,
}Expand description
Wang set’s terrain brush connection type.
Variants§
Trait Implementations§
Source§impl Clone for WangSetType
impl Clone for WangSetType
Source§fn clone(&self) -> WangSetType
fn clone(&self) -> WangSetType
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 WangSetType
impl Debug for WangSetType
Source§impl Default for WangSetType
impl Default for WangSetType
Source§impl PartialEq for WangSetType
impl PartialEq for WangSetType
impl Copy for WangSetType
impl StructuralPartialEq for WangSetType
Auto Trait Implementations§
impl Freeze for WangSetType
impl RefUnwindSafe for WangSetType
impl Send for WangSetType
impl Sync for WangSetType
impl Unpin for WangSetType
impl UnwindSafe for WangSetType
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