pub struct DetectorFootprint { /* private fields */ }Expand description
Inclusive bounds on the source-cell rectangle represented by one target cell.
Implementations§
Source§impl DetectorFootprint
impl DetectorFootprint
Sourcepub fn min_columns(self) -> usize
pub fn min_columns(self) -> usize
Returns the smallest number of source columns in a target cell.
Sourcepub fn max_columns(self) -> usize
pub fn max_columns(self) -> usize
Returns the largest number of source columns in a target cell.
Trait Implementations§
Source§impl Clone for DetectorFootprint
impl Clone for DetectorFootprint
Source§fn clone(&self) -> DetectorFootprint
fn clone(&self) -> DetectorFootprint
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 DetectorFootprint
Source§impl Debug for DetectorFootprint
impl Debug for DetectorFootprint
impl Eq for DetectorFootprint
Source§impl PartialEq for DetectorFootprint
impl PartialEq for DetectorFootprint
impl StructuralPartialEq for DetectorFootprint
Auto Trait Implementations§
impl Freeze for DetectorFootprint
impl RefUnwindSafe for DetectorFootprint
impl Send for DetectorFootprint
impl Sync for DetectorFootprint
impl Unpin for DetectorFootprint
impl UnsafeUnpin for DetectorFootprint
impl UnwindSafe for DetectorFootprint
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