Struct cosmic_text::TextBufferLine
source · [−]pub struct TextBufferLine { /* private fields */ }Implementations
sourceimpl TextBufferLine
impl TextBufferLine
Auto Trait Implementations
impl RefUnwindSafe for TextBufferLine
impl Send for TextBufferLine
impl Sync for TextBufferLine
impl Unpin for TextBufferLine
impl UnwindSafe for TextBufferLine
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more