#[repr(C)]pub struct Rect4 {
pub start: (usize, usize, usize, usize),
pub end: (usize, usize, usize, usize),
}Expand description
A (4D) rectangular area.
Fields§
§start: (usize, usize, usize, usize)§end: (usize, usize, usize, usize)Implementations§
Trait Implementations§
impl Copy for Rect4
impl Eq for Rect4
impl StructuralPartialEq for Rect4
Auto Trait Implementations§
impl Freeze for Rect4
impl RefUnwindSafe for Rect4
impl Send for Rect4
impl Sync for Rect4
impl Unpin for Rect4
impl UnwindSafe for Rect4
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