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