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