pub struct Rot45Options {
pub angle: Angle45,
}
Expand description
Options for rot_45 operation
Fields§
§angle: Angle45
angle: Angle45
-> Angle to rotate image
D0
-> VIPS_ANGLE45_D0 = 0
D45
-> VIPS_ANGLE45_D45 = 1 [DEFAULT]
D90
-> VIPS_ANGLE45_D90 = 2
D135
-> VIPS_ANGLE45_D135 = 3
D180
-> VIPS_ANGLE45_D180 = 4
D225
-> VIPS_ANGLE45_D225 = 5
D270
-> VIPS_ANGLE45_D270 = 6
D315
-> VIPS_ANGLE45_D315 = 7
Last
-> VIPS_ANGLE45_LAST = 8
Trait Implementations§
Source§impl Clone for Rot45Options
impl Clone for Rot45Options
Source§fn clone(&self) -> Rot45Options
fn clone(&self) -> Rot45Options
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Rot45Options
impl Debug for Rot45Options
Auto Trait Implementations§
impl Freeze for Rot45Options
impl RefUnwindSafe for Rot45Options
impl Send for Rot45Options
impl Sync for Rot45Options
impl Unpin for Rot45Options
impl UnwindSafe for Rot45Options
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