Struct ash::vk::ExtDirectModeDisplayFn [−][src]
pub struct ExtDirectModeDisplayFn { pub release_display_ext: extern "system" fn(physical_device: PhysicalDevice, display: DisplayKHR) -> Result, }
Fields
release_display_ext: extern "system" fn(physical_device: PhysicalDevice, display: DisplayKHR) -> Result
Implementations
pub unsafe fn release_display_ext(
&self,
physical_device: PhysicalDevice,
display: DisplayKHR
) -> Result
pub unsafe fn release_display_ext(
&self,
physical_device: PhysicalDevice,
display: DisplayKHR
) -> Result
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExtDirectModeDisplayFn
impl Unpin for ExtDirectModeDisplayFn
impl UnwindSafe for ExtDirectModeDisplayFn
Blanket Implementations
Mutably borrows from an owned value. Read more