Struct glutin::dpi::LogicalSize [−][src]
pub struct LogicalSize<P> {
pub width: P,
pub height: P,
}
Expand description
A size represented in logical pixels.
Fields
width: P
height: P
Implementations
pub fn from_physical<T, X>(physical: T, scale_factor: f64) -> LogicalSize<P> where
T: Into<PhysicalSize<X>>,
X: Pixel,
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<P> RefUnwindSafe for LogicalSize<P> where
P: RefUnwindSafe,
impl<P> Send for LogicalSize<P> where
P: Send,
impl<P> Sync for LogicalSize<P> where
P: Sync,
impl<P> Unpin for LogicalSize<P> where
P: Unpin,
impl<P> UnwindSafe for LogicalSize<P> where
P: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more