Struct lambda_platform::winit::WindowSize
source · pub struct WindowSize {
pub width: u32,
pub height: u32,
pub logical: LogicalSize<u32>,
pub physical: PhysicalSize<u32>,
}
Expand description
Metadata for Lambda window sizing that supports Copy and Move operations.
Fields§
§width: u32
§height: u32
§logical: LogicalSize<u32>
§physical: PhysicalSize<u32>
Trait Implementations§
source§impl Clone for WindowSize
impl Clone for WindowSize
source§fn clone(&self) -> WindowSize
fn clone(&self) -> WindowSize
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more