pub struct CropRect {
pub left: f64,
pub top: f64,
pub right: f64,
pub bottom: f64,
}Expand description
Picture cropping as fractions of the source dimensions.
Fields§
§left: f64§top: f64§right: f64§bottom: f64Trait Implementations§
impl Copy for CropRect
impl StructuralPartialEq for CropRect
Auto Trait Implementations§
impl Freeze for CropRect
impl RefUnwindSafe for CropRect
impl Send for CropRect
impl Sync for CropRect
impl Unpin for CropRect
impl UnsafeUnpin for CropRect
impl UnwindSafe for CropRect
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