Struct screen_13::prelude::vk::GoogleDisplayTimingFn
source · pub struct GoogleDisplayTimingFn {
pub get_refresh_cycle_duration_google: unsafe extern "system" fn(_: Device, _: SwapchainKHR, _: *mut RefreshCycleDurationGOOGLE) -> Result,
pub get_past_presentation_timing_google: unsafe extern "system" fn(_: Device, _: SwapchainKHR, _: *mut u32, _: *mut PastPresentationTimingGOOGLE) -> Result,
}Fields§
§get_refresh_cycle_duration_google: unsafe extern "system" fn(_: Device, _: SwapchainKHR, _: *mut RefreshCycleDurationGOOGLE) -> Result§get_past_presentation_timing_google: unsafe extern "system" fn(_: Device, _: SwapchainKHR, _: *mut u32, _: *mut PastPresentationTimingGOOGLE) -> ResultImplementations§
Trait Implementations§
source§impl Clone for GoogleDisplayTimingFn
impl Clone for GoogleDisplayTimingFn
source§fn clone(&self) -> GoogleDisplayTimingFn
fn clone(&self) -> GoogleDisplayTimingFn
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