pub enum Insidetextorientation {
Horizontal,
Radial,
Tangential,
Auto,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Insidetextorientation
impl RefUnwindSafe for Insidetextorientation
impl Send for Insidetextorientation
impl Sync for Insidetextorientation
impl Unpin for Insidetextorientation
impl UnwindSafe for Insidetextorientation
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