pub enum FullScale {
G2 = 0,
G4 = 1,
G8 = 2,
G16 = 3,
}Expand description
Full-scale selection
Variants§
Trait Implementations§
impl Copy for FullScale
Auto Trait Implementations§
impl Freeze for FullScale
impl RefUnwindSafe for FullScale
impl Send for FullScale
impl Sync for FullScale
impl Unpin for FullScale
impl UnwindSafe for FullScale
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