pub enum TextFlow {
Linear,
Path(Arc<TextPath>),
}
Expand description
A text chunk flow property.
Variants§
Linear
A linear layout.
Includes left-to-right, right-to-left and top-to-bottom.
Path(Arc<TextPath>)
A text-on-path layout.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextFlow
impl RefUnwindSafe for TextFlow
impl Send for TextFlow
impl Sync for TextFlow
impl Unpin for TextFlow
impl UnwindSafe for TextFlow
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)