#[repr(C, packed(1))]pub struct AE_ROI {
pub x0_left: i16,
pub y0_top: i16,
pub x1_right: i16,
pub y1_bottom: i16,
}Expand description
@brief The rect of the region of interest
Fields§
§x0_left: i16§y0_top: i16§x1_right: i16§y1_bottom: i16Trait Implementations§
Auto Trait Implementations§
impl Freeze for AE_ROI
impl RefUnwindSafe for AE_ROI
impl Send for AE_ROI
impl Sync for AE_ROI
impl Unpin for AE_ROI
impl UnsafeUnpin for AE_ROI
impl UnwindSafe for AE_ROI
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