Struct screen_13::prelude::vk::ExtDirectModeDisplayFn
source · pub struct ExtDirectModeDisplayFn {
pub release_display_ext: unsafe extern "system" fn(_: PhysicalDevice, _: DisplayKHR) -> Result,
}Fields§
§release_display_ext: unsafe extern "system" fn(_: PhysicalDevice, _: DisplayKHR) -> ResultImplementations§
Trait Implementations§
source§impl Clone for ExtDirectModeDisplayFn
impl Clone for ExtDirectModeDisplayFn
source§fn clone(&self) -> ExtDirectModeDisplayFn
fn clone(&self) -> ExtDirectModeDisplayFn
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 more