pub struct NormalMode;Expand description
Normal display mode - default color profile.
Implementations§
Source§impl NormalMode
impl NormalMode
Trait Implementations§
Source§impl Clone for NormalMode
impl Clone for NormalMode
Source§fn clone(&self) -> NormalMode
fn clone(&self) -> NormalMode
Returns a duplicate 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 NormalMode
impl Debug for NormalMode
Source§impl Default for NormalMode
impl Default for NormalMode
Source§impl DisplayMode for NormalMode
impl DisplayMode for NormalMode
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 NormalMode
Auto Trait Implementations§
impl Freeze for NormalMode
impl RefUnwindSafe for NormalMode
impl Send for NormalMode
impl Sync for NormalMode
impl Unpin for NormalMode
impl UnwindSafe for NormalMode
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