pub struct Rotate<S>(/* private fields */);Expand description
Rotate a surface
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Rotate<S>where
S: Freeze,
impl<S> RefUnwindSafe for Rotate<S>where
S: RefUnwindSafe,
impl<S> Send for Rotate<S>where
S: Send,
impl<S> Sync for Rotate<S>where
S: Sync,
impl<S> Unpin for Rotate<S>where
S: Unpin,
impl<S> UnwindSafe for Rotate<S>where
S: UnwindSafe,
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
Source§impl<S> DigitsLarge for Swhere
S: Surface,
impl<S> DigitsLarge for Swhere
S: Surface,
Source§impl<S> DigitsMedium for Swhere
S: Surface,
impl<S> DigitsMedium for Swhere
S: Surface,
Source§impl<S> Premium for Swhere
S: Surface,
impl<S> Premium for Swhere
S: Surface,
Write the text with the baseline starting at the given position.
Returns the width of the text in pixels.