Struct ash::vk::DisplayPowerInfoEXT [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more