Struct skia_safe::image_filters::CropRect
source · #[repr(C)]pub struct CropRect(_);
Implementations§
Trait Implementations§
source§impl PartialEq<CropRect> for CropRect
impl PartialEq<CropRect> for CropRect
impl Copy for CropRect
impl StructuralPartialEq for CropRect
Auto Trait Implementations§
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