pub enum DevicePixel {}
Expand description
One hardware pixel.
This unit corresponds to the smallest addressable element of the display hardware.
Trait Implementations§
Source§impl Clone for DevicePixel
impl Clone for DevicePixel
Source§fn clone(&self) -> DevicePixel
fn clone(&self) -> DevicePixel
Returns a copy 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 DevicePixel
impl Debug for DevicePixel
impl Copy for DevicePixel
Auto Trait Implementations§
impl Freeze for DevicePixel
impl RefUnwindSafe for DevicePixel
impl Send for DevicePixel
impl Sync for DevicePixel
impl Unpin for DevicePixel
impl UnwindSafe for DevicePixel
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