Struct app_surface::ViewSize
source · #[repr(C)]pub struct ViewSize {
pub width: u32,
pub height: u32,
}Fields§
§width: u32§height: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ViewSize
impl Send for ViewSize
impl Sync for ViewSize
impl Unpin for ViewSize
impl UnwindSafe for ViewSize
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