pub enum EdgeAction {
Blue,
BlueAnchor,
Anchor,
Adjust,
Link,
Stem,
Serif,
SerifAnchor,
SerifLink1,
SerifLink2,
Bound,
}Expand description
Hinting action for an edge.
Variants§
Trait Implementations§
Source§impl Clone for EdgeAction
impl Clone for EdgeAction
Source§fn clone(&self) -> EdgeAction
fn clone(&self) -> EdgeAction
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 EdgeAction
impl Debug for EdgeAction
Source§impl PartialEq for EdgeAction
impl PartialEq for EdgeAction
impl Copy for EdgeAction
impl Eq for EdgeAction
impl StructuralPartialEq for EdgeAction
Auto Trait Implementations§
impl Freeze for EdgeAction
impl RefUnwindSafe for EdgeAction
impl Send for EdgeAction
impl Sync for EdgeAction
impl Unpin for EdgeAction
impl UnsafeUnpin for EdgeAction
impl UnwindSafe for EdgeAction
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