Struct i_slint_core::textlayout::TextLine
source · pub struct TextLine<Length: Default + Clone> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Length> RefUnwindSafe for TextLine<Length>where Length: RefUnwindSafe,
impl<Length> Send for TextLine<Length>where Length: Send,
impl<Length> Sync for TextLine<Length>where Length: Sync,
impl<Length> Unpin for TextLine<Length>where Length: Unpin,
impl<Length> UnwindSafe for TextLine<Length>where Length: UnwindSafe,
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