pub struct WinChange {
pub cols: u32,
pub rows: u32,
pub width: u32,
pub height: u32,
}Fields§
§cols: u32§rows: u32§width: u32§height: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for WinChange
impl RefUnwindSafe for WinChange
impl Send for WinChange
impl Sync for WinChange
impl Unpin for WinChange
impl UnsafeUnpin for WinChange
impl UnwindSafe for WinChange
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