pub enum BevelPresetValues {
Angle,
ArtDeco,
Circle,
Convex,
CoolSlant,
Cross,
Divot,
HardEdge,
RelaxedInset,
Riblet,
Slope,
SoftRound,
}Variants§
Trait Implementations§
Source§impl Clone for BevelPresetValues
impl Clone for BevelPresetValues
Source§fn clone(&self) -> BevelPresetValues
fn clone(&self) -> BevelPresetValues
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 BevelPresetValues
impl Debug for BevelPresetValues
Source§impl Default for BevelPresetValues
impl Default for BevelPresetValues
Source§impl EnumTrait for BevelPresetValues
impl EnumTrait for BevelPresetValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for BevelPresetValues
impl RefUnwindSafe for BevelPresetValues
impl Send for BevelPresetValues
impl Sync for BevelPresetValues
impl Unpin for BevelPresetValues
impl UnwindSafe for BevelPresetValues
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