pub struct CustomCrop { /* private fields */ }Expand description
Arbitrary-rect crop.
Implementations§
Source§impl CustomCrop
impl CustomCrop
Trait Implementations§
Auto Trait Implementations§
impl !Send for CustomCrop
impl !Sync for CustomCrop
impl Freeze for CustomCrop
impl RefUnwindSafe for CustomCrop
impl Unpin for CustomCrop
impl UnsafeUnpin for CustomCrop
impl UnwindSafe for CustomCrop
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