pub enum TickMark {
Cross,
Inside,
None,
Outside,
}Expand description
Placement of a major or minor tick relative to its axis line.
Variants§
Trait Implementations§
impl Copy for TickMark
impl Eq for TickMark
impl StructuralPartialEq for TickMark
Auto Trait Implementations§
impl Freeze for TickMark
impl RefUnwindSafe for TickMark
impl Send for TickMark
impl Sync for TickMark
impl Unpin for TickMark
impl UnsafeUnpin for TickMark
impl UnwindSafe for TickMark
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