pub struct WindowScale {
pub shift_count: u8,
}Expand description
Window Scale.
Fields§
§shift_count: u8Shift count.
Implementations§
Trait Implementations§
Source§impl Clone for WindowScale
impl Clone for WindowScale
Source§fn clone(&self) -> WindowScale
fn clone(&self) -> WindowScale
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 Codec for WindowScale
impl Codec for WindowScale
impl Copy for WindowScale
Source§impl Debug for WindowScale
impl Debug for WindowScale
impl Eq for WindowScale
Source§impl Hash for WindowScale
impl Hash for WindowScale
Source§impl Ord for WindowScale
impl Ord for WindowScale
Source§fn cmp(&self, other: &WindowScale) -> Ordering
fn cmp(&self, other: &WindowScale) -> 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 WindowScale
impl PartialEq for WindowScale
Source§impl PartialOrd for WindowScale
impl PartialOrd for WindowScale
impl StructuralPartialEq for WindowScale
Auto Trait Implementations§
impl Freeze for WindowScale
impl RefUnwindSafe for WindowScale
impl Send for WindowScale
impl Sync for WindowScale
impl Unpin for WindowScale
impl UnsafeUnpin for WindowScale
impl UnwindSafe for WindowScale
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