pub struct DisplayPowerStateEXT(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for DisplayPowerStateEXT
 
impl Clone for DisplayPowerStateEXT
Source§fn clone(&self) -> DisplayPowerStateEXT
 
fn clone(&self) -> DisplayPowerStateEXT
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 DisplayPowerStateEXT
 
impl Default for DisplayPowerStateEXT
Source§fn default() -> DisplayPowerStateEXT
 
fn default() -> DisplayPowerStateEXT
Returns the “default value” for a type. Read more
Source§impl Hash for DisplayPowerStateEXT
 
impl Hash for DisplayPowerStateEXT
Source§impl Ord for DisplayPowerStateEXT
 
impl Ord for DisplayPowerStateEXT
Source§fn cmp(&self, other: &DisplayPowerStateEXT) -> Ordering
 
fn cmp(&self, other: &DisplayPowerStateEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DisplayPowerStateEXT
 
impl PartialEq for DisplayPowerStateEXT
Source§impl PartialOrd for DisplayPowerStateEXT
 
impl PartialOrd for DisplayPowerStateEXT
impl Copy for DisplayPowerStateEXT
impl Eq for DisplayPowerStateEXT
impl StructuralPartialEq for DisplayPowerStateEXT
Auto Trait Implementations§
impl Freeze for DisplayPowerStateEXT
impl RefUnwindSafe for DisplayPowerStateEXT
impl Send for DisplayPowerStateEXT
impl Sync for DisplayPowerStateEXT
impl Unpin for DisplayPowerStateEXT
impl UnwindSafe for DisplayPowerStateEXT
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