pub struct ResizeBatchRoiAdvanced {
pub source_roi: Rectangle,
pub destination_roi: Rectangle,
}Fields§
§source_roi: Rectangle§destination_roi: RectangleTrait Implementations§
Source§impl Clone for ResizeBatchRoiAdvanced
impl Clone for ResizeBatchRoiAdvanced
Source§fn clone(&self) -> ResizeBatchRoiAdvanced
fn clone(&self) -> ResizeBatchRoiAdvanced
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResizeBatchRoiAdvanced
Source§impl Debug for ResizeBatchRoiAdvanced
impl Debug for ResizeBatchRoiAdvanced
Source§impl Default for ResizeBatchRoiAdvanced
impl Default for ResizeBatchRoiAdvanced
Source§fn default() -> ResizeBatchRoiAdvanced
fn default() -> ResizeBatchRoiAdvanced
Returns the “default value” for a type. Read more
impl Eq for ResizeBatchRoiAdvanced
Source§impl From<NppiResizeBatchROI_Advanced> for ResizeBatchRoiAdvanced
impl From<NppiResizeBatchROI_Advanced> for ResizeBatchRoiAdvanced
Source§fn from(value: NppiResizeBatchROI_Advanced) -> Self
fn from(value: NppiResizeBatchROI_Advanced) -> Self
Converts to this type from the input type.
Source§impl From<ResizeBatchRoiAdvanced> for NppiResizeBatchROI_Advanced
impl From<ResizeBatchRoiAdvanced> for NppiResizeBatchROI_Advanced
Source§fn from(value: ResizeBatchRoiAdvanced) -> Self
fn from(value: ResizeBatchRoiAdvanced) -> Self
Converts to this type from the input type.
Source§impl Hash for ResizeBatchRoiAdvanced
impl Hash for ResizeBatchRoiAdvanced
Source§impl Ord for ResizeBatchRoiAdvanced
impl Ord for ResizeBatchRoiAdvanced
Source§fn cmp(&self, other: &ResizeBatchRoiAdvanced) -> Ordering
fn cmp(&self, other: &ResizeBatchRoiAdvanced) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ResizeBatchRoiAdvanced
impl PartialEq for ResizeBatchRoiAdvanced
Source§fn eq(&self, other: &ResizeBatchRoiAdvanced) -> bool
fn eq(&self, other: &ResizeBatchRoiAdvanced) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ResizeBatchRoiAdvanced
impl PartialOrd for ResizeBatchRoiAdvanced
impl StructuralPartialEq for ResizeBatchRoiAdvanced
Auto Trait Implementations§
impl Freeze for ResizeBatchRoiAdvanced
impl RefUnwindSafe for ResizeBatchRoiAdvanced
impl Send for ResizeBatchRoiAdvanced
impl Sync for ResizeBatchRoiAdvanced
impl Unpin for ResizeBatchRoiAdvanced
impl UnsafeUnpin for ResizeBatchRoiAdvanced
impl UnwindSafe for ResizeBatchRoiAdvanced
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