pub struct CropRect(/* private fields */);Expand description
Implementations§
Trait 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 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