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§
source§impl Clone for AImageCropRect
impl Clone for AImageCropRect
source§fn clone(&self) -> AImageCropRect
fn clone(&self) -> AImageCropRect
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 AImageCropRect
impl Debug for AImageCropRect
impl Copy for AImageCropRect
Auto Trait Implementations§
impl Freeze for AImageCropRect
impl RefUnwindSafe for AImageCropRect
impl Send for AImageCropRect
impl Sync for AImageCropRect
impl Unpin for AImageCropRect
impl UnwindSafe for AImageCropRect
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