Struct ExCreateShapedText
pub struct ExCreateShapedText<'a> { /* private fields */ }
Expand description
Default-param extender for TextServer::create_shaped_text_ex
.
Implementations§
§impl<'a> ExCreateShapedText<'a>
impl<'a> ExCreateShapedText<'a>
pub fn direction(self, value: Direction) -> ExCreateShapedText<'a>
pub fn orientation(self, value: Orientation) -> ExCreateShapedText<'a>
pub fn done(self) -> Rid
Auto Trait Implementations§
impl<'a> Freeze for ExCreateShapedText<'a>
impl<'a> RefUnwindSafe for ExCreateShapedText<'a>
impl<'a> !Send for ExCreateShapedText<'a>
impl<'a> !Sync for ExCreateShapedText<'a>
impl<'a> Unpin for ExCreateShapedText<'a>
impl<'a> !UnwindSafe for ExCreateShapedText<'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