pub struct WinWidget {
pub bounds: Rect<u16>,
}
Fields§
§bounds: Rect<u16>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WinWidget
impl RefUnwindSafe for WinWidget
impl Send for WinWidget
impl Sync for WinWidget
impl Unpin for WinWidget
impl UnwindSafe for WinWidget
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