Struct ROI_AREA
#[repr(C)]pub struct ROI_AREA {
pub rect: RECT,
pub QPDelta: i32,
}
Fields§
§rect: RECT
§QPDelta: i32
Trait Implementations§
impl Copy for ROI_AREA
impl StructuralPartialEq for ROI_AREA
Auto Trait Implementations§
impl Freeze for ROI_AREA
impl RefUnwindSafe for ROI_AREA
impl Send for ROI_AREA
impl Sync for ROI_AREA
impl Unpin for ROI_AREA
impl UnwindSafe for ROI_AREA
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