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 moresource§impl Debug for DisplayPowerInfoEXT
impl Debug for DisplayPowerInfoEXT
source§impl Default for DisplayPowerInfoEXT
impl Default for DisplayPowerInfoEXT
source§impl TaggedStructure for DisplayPowerInfoEXT
impl TaggedStructure for DisplayPowerInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::DISPLAY_POWER_INFO_EXT
impl Copy for DisplayPowerInfoEXT
Auto Trait Implementations§
impl Freeze for DisplayPowerInfoEXT
impl RefUnwindSafe for DisplayPowerInfoEXT
impl !Send for DisplayPowerInfoEXT
impl !Sync for DisplayPowerInfoEXT
impl Unpin for DisplayPowerInfoEXT
impl UnwindSafe for DisplayPowerInfoEXT
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