enum MarkerOrientation {
    Auto,
    AutoStartReverse,
    Angle(f32),
}Variants§
Auto Trait Implementations§
impl Freeze for MarkerOrientation
impl RefUnwindSafe for MarkerOrientation
impl Send for MarkerOrientation
impl Sync for MarkerOrientation
impl Unpin for MarkerOrientation
impl UnwindSafe for MarkerOrientation
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