#[repr(u32)]pub enum ASS_ShapingLevel {
ASS_SHAPING_SIMPLE = 0,
ASS_SHAPING_COMPLEX = 1,
}Variants§
Trait Implementations§
Source§impl Clone for ASS_ShapingLevel
impl Clone for ASS_ShapingLevel
Source§fn clone(&self) -> ASS_ShapingLevel
fn clone(&self) -> ASS_ShapingLevel
Returns a copy 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 ASS_ShapingLevel
impl Debug for ASS_ShapingLevel
Source§impl Hash for ASS_ShapingLevel
impl Hash for ASS_ShapingLevel
Source§impl PartialEq for ASS_ShapingLevel
impl PartialEq for ASS_ShapingLevel
impl Copy for ASS_ShapingLevel
impl Eq for ASS_ShapingLevel
impl StructuralPartialEq for ASS_ShapingLevel
Auto Trait Implementations§
impl Freeze for ASS_ShapingLevel
impl RefUnwindSafe for ASS_ShapingLevel
impl Send for ASS_ShapingLevel
impl Sync for ASS_ShapingLevel
impl Unpin for ASS_ShapingLevel
impl UnwindSafe for ASS_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