Struct block_aligner::scan_block::Rectangle
source · pub struct Rectangle {
pub row: usize,
pub col: usize,
pub width: usize,
pub height: usize,
}Expand description
A rectangular region.
Fields§
§row: usize§col: usize§width: usize§height: usizeTrait Implementations§
source§impl PartialEq<Rectangle> for Rectangle
impl PartialEq<Rectangle> for Rectangle
impl Copy for Rectangle
impl StructuralPartialEq for Rectangle
Auto Trait Implementations§
impl RefUnwindSafe for Rectangle
impl Send for Rectangle
impl Sync for Rectangle
impl Unpin for Rectangle
impl UnwindSafe for Rectangle
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