pub struct InputResolution {
pub width: i32,
pub height: i32,
}
Fields§
§width: i32
§height: i32
Auto Trait Implementations§
impl Freeze for InputResolution
impl RefUnwindSafe for InputResolution
impl Send for InputResolution
impl Sync for InputResolution
impl Unpin for InputResolution
impl UnwindSafe for InputResolution
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