Struct ExShapedTextAddString
pub struct ExShapedTextAddString<'a> { /* private fields */ }
Expand description
Default-param extender for TextServer::shaped_text_add_string_ex
.
Implementations§
§impl<'a> ExShapedTextAddString<'a>
impl<'a> ExShapedTextAddString<'a>
pub fn opentype_features(self, value: Dictionary) -> ExShapedTextAddString<'a>
pub fn language(self, value: GString) -> ExShapedTextAddString<'a>
pub fn meta(self, value: Variant) -> ExShapedTextAddString<'a>
pub fn done(self) -> bool
Auto Trait Implementations§
impl<'a> Freeze for ExShapedTextAddString<'a>
impl<'a> RefUnwindSafe for ExShapedTextAddString<'a>
impl<'a> !Send for ExShapedTextAddString<'a>
impl<'a> !Sync for ExShapedTextAddString<'a>
impl<'a> Unpin for ExShapedTextAddString<'a>
impl<'a> !UnwindSafe for ExShapedTextAddString<'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