Struct vks::device_proc_addr_loader::EXT_display_control [] [src]

pub struct EXT_display_control {
    pub vkDisplayPowerControlEXT: PFN_vkDisplayPowerControlEXT,
    pub vkRegisterDeviceEventEXT: PFN_vkRegisterDeviceEventEXT,
    pub vkRegisterDisplayEventEXT: PFN_vkRegisterDisplayEventEXT,
    pub vkGetSwapchainCounterEXT: PFN_vkGetSwapchainCounterEXT,
}

Fields

Methods

impl EXT_display_control
[src]

Trait Implementations

impl Copy for EXT_display_control
[src]

impl Clone for EXT_display_control
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EXT_display_control
[src]

Formats the value using the given formatter.

impl Default for EXT_display_control
[src]

Returns the "default value" for a type. Read more