pub struct RectUsize {
pub origin: PointUsize,
pub size: SizeUsize,
}
Fields§
§origin: PointUsize
§size: SizeUsize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RectUsize
impl RefUnwindSafe for RectUsize
impl Send for RectUsize
impl Sync for RectUsize
impl Unpin for RectUsize
impl UnwindSafe for RectUsize
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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