Struct jay_algorithms::rect::RectRaw
source · pub struct RectRaw {
pub x1: i32,
pub y1: i32,
pub x2: i32,
pub y2: i32,
}
Fields§
§x1: i32
§y1: i32
§x2: i32
§y2: i32
Trait Implementations§
source§impl PartialEq for RectRaw
impl PartialEq for RectRaw
impl Copy for RectRaw
impl Eq for RectRaw
impl StructuralPartialEq for RectRaw
Auto Trait Implementations§
impl Freeze for RectRaw
impl RefUnwindSafe for RectRaw
impl Send for RectRaw
impl Sync for RectRaw
impl Unpin for RectRaw
impl UnwindSafe for RectRaw
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