Struct ndk_sys::AImageCropRect [−][src]
#[repr(C)]pub struct AImageCropRect {
pub left: i32,
pub top: i32,
pub right: i32,
pub bottom: i32,
}Fields
left: i32top: i32right: i32bottom: i32Trait Implementations
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
Mutably borrows from an owned value. Read more