pub struct RectWrapper(pub Rect);
Tuple Fields§
§0: Rect
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RectWrapper
impl RefUnwindSafe for RectWrapper
impl Send for RectWrapper
impl Sync for RectWrapper
impl Unpin for RectWrapper
impl UnwindSafe for RectWrapper
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