pub enum BevelStyle {
OuterBevel,
InnerBevel,
Emboss,
PillowEmboss,
StrokeEmboss,
}Expand description
TS BevelStyle.
Variants§
OuterBevel
“outer bevel”
InnerBevel
“inner bevel”
Emboss
“emboss”
PillowEmboss
“pillow emboss”
StrokeEmboss
“stroke emboss”
Trait Implementations§
Source§impl Clone for BevelStyle
impl Clone for BevelStyle
Source§fn clone(&self) -> BevelStyle
fn clone(&self) -> BevelStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BevelStyle
Source§impl Debug for BevelStyle
impl Debug for BevelStyle
impl Eq for BevelStyle
Source§impl PartialEq for BevelStyle
impl PartialEq for BevelStyle
Source§fn eq(&self, other: &BevelStyle) -> bool
fn eq(&self, other: &BevelStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BevelStyle
Auto Trait Implementations§
impl Freeze for BevelStyle
impl RefUnwindSafe for BevelStyle
impl Send for BevelStyle
impl Sync for BevelStyle
impl Unpin for BevelStyle
impl UnsafeUnpin for BevelStyle
impl UnwindSafe for BevelStyle
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