Struct skia_bindings::SkImageFilters_CropRect
source · #[repr(C)]pub struct SkImageFilters_CropRect {
pub fCropRect: SkRect,
}
Fields§
§fCropRect: SkRect
Trait Implementations§
source§impl Clone for SkImageFilters_CropRect
impl Clone for SkImageFilters_CropRect
source§fn clone(&self) -> SkImageFilters_CropRect
fn clone(&self) -> SkImageFilters_CropRect
Returns a copy 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 SkImageFilters_CropRect
impl Debug for SkImageFilters_CropRect
impl Copy for SkImageFilters_CropRect
Auto Trait Implementations§
impl RefUnwindSafe for SkImageFilters_CropRect
impl Send for SkImageFilters_CropRect
impl Sync for SkImageFilters_CropRect
impl Unpin for SkImageFilters_CropRect
impl UnwindSafe for SkImageFilters_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