pub struct IntRect {
pub x: i32,
pub y: i32,
pub w: i32,
pub h: i32,
}Fields§
§x: i32§y: i32§w: i32§h: i32Implementations§
Trait Implementations§
impl Copy for IntRect
impl Eq for IntRect
impl StructuralPartialEq for IntRect
Auto Trait Implementations§
impl Freeze for IntRect
impl RefUnwindSafe for IntRect
impl Send for IntRect
impl Sync for IntRect
impl Unpin for IntRect
impl UnsafeUnpin for IntRect
impl UnwindSafe for IntRect
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