Struct screen_13::prelude::vk::DisplayPowerInfoEXT
source · pub struct DisplayPowerInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub power_state: DisplayPowerStateEXT,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§power_state: DisplayPowerStateEXTImplementations§
source§impl DisplayPowerInfoEXT
impl DisplayPowerInfoEXT
pub fn builder<'a>() -> DisplayPowerInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DisplayPowerInfoEXT
impl Clone for DisplayPowerInfoEXT
source§fn clone(&self) -> DisplayPowerInfoEXT
fn clone(&self) -> DisplayPowerInfoEXT
Returns a copy 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 DisplayPowerInfoEXT
impl Debug for DisplayPowerInfoEXT
source§impl Default for DisplayPowerInfoEXT
impl Default for DisplayPowerInfoEXT
source§fn default() -> DisplayPowerInfoEXT
fn default() -> DisplayPowerInfoEXT
Returns the “default value” for a type. Read more