Struct ndk_sys::AImageCropRect
source · #[repr(C)]pub struct AImageCropRect {
pub left: i32,
pub top: i32,
pub right: i32,
pub bottom: i32,
}
Fields
left: i32
top: i32
right: i32
bottom: i32
Trait Implementations
sourceimpl Clone for AImageCropRect
impl Clone for AImageCropRect
sourcefn clone(&self) -> AImageCropRect
fn clone(&self) -> AImageCropRect
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AImageCropRect
impl Debug for AImageCropRect
impl Copy for AImageCropRect
Auto Trait Implementations
impl RefUnwindSafe for AImageCropRect
impl Send for AImageCropRect
impl Sync for AImageCropRect
impl Unpin for AImageCropRect
impl UnwindSafe for AImageCropRect
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more