pub enum PenAlignment {
Center,
Insert,
}
Variants§
Trait Implementations§
Source§impl Clone for PenAlignment
impl Clone for PenAlignment
Source§fn clone(&self) -> PenAlignment
fn clone(&self) -> PenAlignment
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 PenAlignment
impl Debug for PenAlignment
Source§impl Default for PenAlignment
impl Default for PenAlignment
Source§fn default() -> PenAlignment
fn default() -> PenAlignment
Returns the “default value” for a type. Read more
Source§impl Display for PenAlignment
impl Display for PenAlignment
Auto Trait Implementations§
impl Freeze for PenAlignment
impl RefUnwindSafe for PenAlignment
impl Send for PenAlignment
impl Sync for PenAlignment
impl Unpin for PenAlignment
impl UnwindSafe for PenAlignment
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