pub struct Rs2Roi {
pub min_x: i32,
pub min_y: i32,
pub max_x: i32,
pub max_y: i32,
}Expand description
Region of interest for the auto exposure algorithm.
Fields§
§min_x: i32Left coordinate of the region of interest.
min_y: i32Top coordinate of the region of interest.
max_x: i32Right coordinate of the region of interest.
max_y: i32Bottom coordinate of the region of interest.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rs2Roi
impl RefUnwindSafe for Rs2Roi
impl Send for Rs2Roi
impl Sync for Rs2Roi
impl Unpin for Rs2Roi
impl UnwindSafe for Rs2Roi
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