Struct ash::vk::DisplayPowerInfoEXT
source · #[repr(C)]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: DisplayPowerStateEXT
Implementations§
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 more