#[repr(u8)]pub enum PlotGLPixelRatio {
One = 1,
Two = 2,
Three = 3,
Four = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for PlotGLPixelRatio
impl Clone for PlotGLPixelRatio
Source§fn clone(&self) -> PlotGLPixelRatio
fn clone(&self) -> PlotGLPixelRatio
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 PlotGLPixelRatio
impl Debug for PlotGLPixelRatio
Auto Trait Implementations§
impl Freeze for PlotGLPixelRatio
impl RefUnwindSafe for PlotGLPixelRatio
impl Send for PlotGLPixelRatio
impl Sync for PlotGLPixelRatio
impl Unpin for PlotGLPixelRatio
impl UnwindSafe for PlotGLPixelRatio
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