#[repr(C)]pub struct WinSize {
pub rows: u16,
pub cols: u16,
}Fields§
§rows: u16§cols: u16Trait Implementations§
impl Copy for WinSize
impl Pod for WinSize
Available on crate feature
bytemuck only.Auto Trait Implementations§
impl Freeze for WinSize
impl RefUnwindSafe for WinSize
impl Send for WinSize
impl Sync for WinSize
impl Unpin for WinSize
impl UnsafeUnpin for WinSize
impl UnwindSafe for WinSize
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