Struct ExShapedTextGetLineBreaks
pub struct ExShapedTextGetLineBreaks<'ex> { /* private fields */ }Expand description
Default-param extender for TextServer::shaped_text_get_line_breaks_ex.
Implementations§
§impl<'ex> ExShapedTextGetLineBreaks<'ex>
impl<'ex> ExShapedTextGetLineBreaks<'ex>
pub fn start(self, start: i64) -> ExShapedTextGetLineBreaks<'ex>
pub fn break_flags( self, break_flags: LineBreakFlag, ) -> ExShapedTextGetLineBreaks<'ex>
pub fn done(self) -> PackedArray<i32>
Auto Trait Implementations§
impl<'ex> Freeze for ExShapedTextGetLineBreaks<'ex>
impl<'ex> RefUnwindSafe for ExShapedTextGetLineBreaks<'ex>
impl<'ex> !Send for ExShapedTextGetLineBreaks<'ex>
impl<'ex> !Sync for ExShapedTextGetLineBreaks<'ex>
impl<'ex> Unpin for ExShapedTextGetLineBreaks<'ex>
impl<'ex> UnwindSafe for ExShapedTextGetLineBreaks<'ex>
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