Struct comfy_core::IRect
source · pub struct IRect {
pub offset: IVec2,
pub size: IVec2,
}
Fields§
§offset: IVec2
§size: IVec2
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IRect
impl Send for IRect
impl Sync for IRect
impl Unpin for IRect
impl UnwindSafe for IRect
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