pub struct WindowRevision(/* private fields */);Expand description
Identifies one revision of a window’s drawable metrics.
Implementations§
Trait Implementations§
Source§impl Clone for WindowRevision
impl Clone for WindowRevision
Source§fn clone(&self) -> WindowRevision
fn clone(&self) -> WindowRevision
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 moreimpl Copy for WindowRevision
Source§impl Debug for WindowRevision
impl Debug for WindowRevision
impl Eq for WindowRevision
Source§impl Ord for WindowRevision
impl Ord for WindowRevision
Source§fn cmp(&self, other: &WindowRevision) -> Ordering
fn cmp(&self, other: &WindowRevision) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WindowRevision
impl PartialEq for WindowRevision
Source§impl PartialOrd for WindowRevision
impl PartialOrd for WindowRevision
impl StructuralPartialEq for WindowRevision
Auto Trait Implementations§
impl Freeze for WindowRevision
impl RefUnwindSafe for WindowRevision
impl Send for WindowRevision
impl Sync for WindowRevision
impl Unpin for WindowRevision
impl UnsafeUnpin for WindowRevision
impl UnwindSafe for WindowRevision
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