Struct e57::IndexBounds
source · pub struct IndexBounds {
pub row_min: Option<i64>,
pub row_max: Option<i64>,
pub column_min: Option<i64>,
pub column_max: Option<i64>,
pub return_min: Option<i64>,
pub return_max: Option<i64>,
}Expand description
Optional minimum and maximum values for the row, column and return indices.
Fields§
§row_min: Option<i64>§row_max: Option<i64>§column_min: Option<i64>§column_max: Option<i64>§return_min: Option<i64>§return_max: Option<i64>Trait Implementations§
source§impl Clone for IndexBounds
impl Clone for IndexBounds
source§fn clone(&self) -> IndexBounds
fn clone(&self) -> IndexBounds
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IndexBounds
impl Debug for IndexBounds
source§impl Default for IndexBounds
impl Default for IndexBounds
source§fn default() -> IndexBounds
fn default() -> IndexBounds
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IndexBounds
impl RefUnwindSafe for IndexBounds
impl Send for IndexBounds
impl Sync for IndexBounds
impl Unpin for IndexBounds
impl UnwindSafe for IndexBounds
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)