pub struct InlineText<'a> {
pub words: &'a Words,
pub scaled_words: &'a ScaledWords,
}
Fields§
§words: &'a Words
§scaled_words: &'a ScaledWords
Trait Implementations§
Source§impl<'a> Clone for InlineText<'a>
impl<'a> Clone for InlineText<'a>
Source§fn clone(&self) -> InlineText<'a>
fn clone(&self) -> InlineText<'a>
Returns a copy 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<'a> Debug for InlineText<'a>
impl<'a> Debug for InlineText<'a>
Source§impl<'a> GetTextLayout for InlineText<'a>
impl<'a> GetTextLayout for InlineText<'a>
fn get_text_layout( &mut self, text_layout_options: &ResolvedTextLayoutOptions, ) -> InlineTextLayout
Auto Trait Implementations§
impl<'a> Freeze for InlineText<'a>
impl<'a> RefUnwindSafe for InlineText<'a>
impl<'a> Send for InlineText<'a>
impl<'a> Sync for InlineText<'a>
impl<'a> Unpin for InlineText<'a>
impl<'a> UnwindSafe for InlineText<'a>
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
)