pub struct WindowsGeneral {
pub scale: f64,
pub items_per_row: u8,
}Fields§
§scale: f64§items_per_row: u8Trait Implementations§
Source§impl Clone for WindowsGeneral
impl Clone for WindowsGeneral
Source§fn clone(&self) -> WindowsGeneral
fn clone(&self) -> WindowsGeneral
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 WindowsGeneral
impl Debug for WindowsGeneral
Source§impl PartialEq for WindowsGeneral
impl PartialEq for WindowsGeneral
Source§fn eq(&self, other: &WindowsGeneral) -> bool
fn eq(&self, other: &WindowsGeneral) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WindowsGeneral
Auto Trait Implementations§
impl Freeze for WindowsGeneral
impl RefUnwindSafe for WindowsGeneral
impl Send for WindowsGeneral
impl Sync for WindowsGeneral
impl Unpin for WindowsGeneral
impl UnsafeUnpin for WindowsGeneral
impl UnwindSafe for WindowsGeneral
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