pub struct VividMode;Expand description
Vivid display mode - enhanced colors.
Implementations§
Trait Implementations§
Source§impl DisplayMode for VividMode
impl DisplayMode for VividMode
Source§fn apply(&self, controller: &AsusController) -> Result<(), ControllerError>
fn apply(&self, controller: &AsusController) -> Result<(), ControllerError>
Apply this mode using the controller.
Source§fn is_ereading(&self) -> bool
fn is_ereading(&self) -> bool
Whether this is an e-reading/monochrome mode.
impl Copy for VividMode
Auto Trait Implementations§
impl Freeze for VividMode
impl RefUnwindSafe for VividMode
impl Send for VividMode
impl Sync for VividMode
impl Unpin for VividMode
impl UnwindSafe for VividMode
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