pub struct DisplayPowerMode { /* private fields */ }
Trait Implementations§
Source§impl Clone for DisplayPowerMode
impl Clone for DisplayPowerMode
Source§fn clone(&self) -> DisplayPowerMode
fn clone(&self) -> DisplayPowerMode
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 Default for DisplayPowerMode
impl Default for DisplayPowerMode
Source§fn default() -> DisplayPowerMode
fn default() -> DisplayPowerMode
Returns the “default value” for a type. Read more
impl Copy for DisplayPowerMode
Auto Trait Implementations§
impl Freeze for DisplayPowerMode
impl RefUnwindSafe for DisplayPowerMode
impl Send for DisplayPowerMode
impl Sync for DisplayPowerMode
impl Unpin for DisplayPowerMode
impl UnwindSafe for DisplayPowerMode
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