Struct endbasic_std::console::SizeInPixels
source · Expand description
Represents a rectangular size in pixels.
Fields§
§width: u16
The width in pixels.
height: u16
The height in pixels.
Trait Implementations§
source§impl Clone for SizeInPixels
impl Clone for SizeInPixels
source§fn clone(&self) -> SizeInPixels
fn clone(&self) -> SizeInPixels
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