pub struct ROI {
pub start_x: u32,
pub start_y: u32,
pub width: u32,
pub height: u32,
}Expand description
Region Of Interest
Fields§
§start_x: u32§start_y: u32§width: u32§height: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ROI
impl RefUnwindSafe for ROI
impl Send for ROI
impl Sync for ROI
impl Unpin for ROI
impl UnsafeUnpin for ROI
impl UnwindSafe for 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