pub struct ImageCropRegion {
pub x: u32,
pub y: u32,
pub width: u32,
pub height: u32,
}Fields§
§x: u32§y: u32§width: u32§height: u32Trait Implementations§
Source§impl Clone for ImageCropRegion
impl Clone for ImageCropRegion
Source§fn clone(&self) -> ImageCropRegion
fn clone(&self) -> ImageCropRegion
Returns a duplicate 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 ImageCropRegion
impl Debug for ImageCropRegion
impl Copy for ImageCropRegion
Auto Trait Implementations§
impl Freeze for ImageCropRegion
impl RefUnwindSafe for ImageCropRegion
impl Send for ImageCropRegion
impl Sync for ImageCropRegion
impl Unpin for ImageCropRegion
impl UnsafeUnpin for ImageCropRegion
impl UnwindSafe for ImageCropRegion
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