#[repr(C)]pub struct DisplayPowerInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub power_state: DisplayPowerStateEXT,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidpower_state: DisplayPowerStateEXTImplementations
sourceimpl DisplayPowerInfoEXT
impl DisplayPowerInfoEXT
pub fn builder<'a>() -> DisplayPowerInfoEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for DisplayPowerInfoEXT
impl Clone for DisplayPowerInfoEXT
sourcefn clone(&self) -> DisplayPowerInfoEXT
fn clone(&self) -> DisplayPowerInfoEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DisplayPowerInfoEXT
impl Debug for DisplayPowerInfoEXT
sourceimpl Default for DisplayPowerInfoEXT
impl Default for DisplayPowerInfoEXT
sourcefn default() -> DisplayPowerInfoEXT
fn default() -> DisplayPowerInfoEXT
Returns the “default value” for a type. Read more
impl Copy for DisplayPowerInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for DisplayPowerInfoEXT
impl !Send for DisplayPowerInfoEXT
impl !Sync for DisplayPowerInfoEXT
impl Unpin for DisplayPowerInfoEXT
impl UnwindSafe for DisplayPowerInfoEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more