#[repr(C)]pub struct VkDisplayPowerInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub powerState: VkDisplayPowerStateEXT,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§powerState: VkDisplayPowerStateEXT
Trait Implementations§
Source§impl Clone for VkDisplayPowerInfoEXT
impl Clone for VkDisplayPowerInfoEXT
Source§fn clone(&self) -> VkDisplayPowerInfoEXT
fn clone(&self) -> VkDisplayPowerInfoEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkDisplayPowerInfoEXT
impl Default for VkDisplayPowerInfoEXT
impl Copy for VkDisplayPowerInfoEXT
Auto Trait Implementations§
impl Freeze for VkDisplayPowerInfoEXT
impl RefUnwindSafe for VkDisplayPowerInfoEXT
impl !Send for VkDisplayPowerInfoEXT
impl !Sync for VkDisplayPowerInfoEXT
impl Unpin for VkDisplayPowerInfoEXT
impl UnwindSafe for VkDisplayPowerInfoEXT
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