pub struct WindowGeometry {
pub x: f64,
pub y: f64,
pub width: f64,
pub height: f64,
}Fields§
§x: f64§y: f64§width: f64§height: f64Trait Implementations§
Source§impl Clone for WindowGeometry
impl Clone for WindowGeometry
Source§fn clone(&self) -> WindowGeometry
fn clone(&self) -> WindowGeometry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WindowGeometry
impl Debug for WindowGeometry
Source§impl<'de> Deserialize<'de> for WindowGeometry
impl<'de> Deserialize<'de> for WindowGeometry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WindowGeometry
impl PartialEq for WindowGeometry
Source§impl Serialize for WindowGeometry
impl Serialize for WindowGeometry
impl StructuralPartialEq for WindowGeometry
Auto Trait Implementations§
impl Freeze for WindowGeometry
impl RefUnwindSafe for WindowGeometry
impl Send for WindowGeometry
impl Sync for WindowGeometry
impl Unpin for WindowGeometry
impl UnsafeUnpin for WindowGeometry
impl UnwindSafe for WindowGeometry
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