Struct ash::vk::ExtDisplayControlFn
source · pub struct ExtDisplayControlFn {
pub display_power_control_ext: PFN_vkDisplayPowerControlEXT,
pub register_device_event_ext: PFN_vkRegisterDeviceEventEXT,
pub register_display_event_ext: PFN_vkRegisterDisplayEventEXT,
pub get_swapchain_counter_ext: PFN_vkGetSwapchainCounterEXT,
}
Fields§
§display_power_control_ext: PFN_vkDisplayPowerControlEXT
§register_device_event_ext: PFN_vkRegisterDeviceEventEXT
§register_display_event_ext: PFN_vkRegisterDisplayEventEXT
§get_swapchain_counter_ext: PFN_vkGetSwapchainCounterEXT
Implementations§
Trait Implementations§
source§impl Clone for ExtDisplayControlFn
impl Clone for ExtDisplayControlFn
source§fn clone(&self) -> ExtDisplayControlFn
fn clone(&self) -> ExtDisplayControlFn
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 moreimpl Send for ExtDisplayControlFn
impl Sync for ExtDisplayControlFn
Auto Trait Implementations§
impl Freeze for ExtDisplayControlFn
impl RefUnwindSafe for ExtDisplayControlFn
impl Unpin for ExtDisplayControlFn
impl UnwindSafe for ExtDisplayControlFn
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