pub struct Rotate { /* private fields */ }Expand description
Rotate around image center by an angle in degrees.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for Rotate
impl !Sync for Rotate
impl Freeze for Rotate
impl RefUnwindSafe for Rotate
impl Unpin for Rotate
impl UnsafeUnpin for Rotate
impl UnwindSafe for Rotate
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