pub enum PenAlignmentValues {
Center,
Insert,
}Variants§
Trait Implementations§
Source§impl Clone for PenAlignmentValues
impl Clone for PenAlignmentValues
Source§fn clone(&self) -> PenAlignmentValues
fn clone(&self) -> PenAlignmentValues
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 PenAlignmentValues
impl Debug for PenAlignmentValues
Source§impl Default for PenAlignmentValues
impl Default for PenAlignmentValues
Source§impl EnumTrait for PenAlignmentValues
impl EnumTrait for PenAlignmentValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for PenAlignmentValues
impl RefUnwindSafe for PenAlignmentValues
impl Send for PenAlignmentValues
impl Sync for PenAlignmentValues
impl Unpin for PenAlignmentValues
impl UnwindSafe for PenAlignmentValues
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