pub struct WindowRect { /* private fields */ }Expand description
Utility struct representing window height,width,x-axis and y-axis
Implementations§
Source§impl WindowRect
impl WindowRect
Trait Implementations§
Source§impl Clone for WindowRect
impl Clone for WindowRect
Source§fn clone(&self) -> WindowRect
fn clone(&self) -> WindowRect
Returns a duplicate 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 moreSource§impl Debug for WindowRect
impl Debug for WindowRect
Source§impl<'de> Deserialize<'de> for WindowRect
impl<'de> Deserialize<'de> for WindowRect
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 WindowRect
impl PartialEq for WindowRect
Source§impl Serialize for WindowRect
impl Serialize for WindowRect
impl StructuralPartialEq for WindowRect
Auto Trait Implementations§
impl Freeze for WindowRect
impl RefUnwindSafe for WindowRect
impl Send for WindowRect
impl Sync for WindowRect
impl Unpin for WindowRect
impl UnwindSafe for WindowRect
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