#[repr(i32)]pub enum ShapingLevel {
Simple = 0,
Complex = 1,
}Variants§
Trait Implementations§
Source§impl Clone for ShapingLevel
impl Clone for ShapingLevel
Source§fn clone(&self) -> ShapingLevel
fn clone(&self) -> ShapingLevel
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 moreSource§impl Debug for ShapingLevel
impl Debug for ShapingLevel
Source§impl Default for ShapingLevel
impl Default for ShapingLevel
Source§fn default() -> ShapingLevel
fn default() -> ShapingLevel
Returns the “default value” for a type. Read more
Source§impl PartialEq for ShapingLevel
impl PartialEq for ShapingLevel
Source§fn eq(&self, other: &ShapingLevel) -> bool
fn eq(&self, other: &ShapingLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ShapingLevel
impl Eq for ShapingLevel
impl StructuralPartialEq for ShapingLevel
Auto Trait Implementations§
impl Freeze for ShapingLevel
impl RefUnwindSafe for ShapingLevel
impl Send for ShapingLevel
impl Sync for ShapingLevel
impl Unpin for ShapingLevel
impl UnsafeUnpin for ShapingLevel
impl UnwindSafe for ShapingLevel
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