Struct ash::vk::GoogleDisplayTimingFn [−][src]
pub struct GoogleDisplayTimingFn { pub get_refresh_cycle_duration_google: extern "system" fn(device: Device, swapchain: SwapchainKHR, p_display_timing_properties: *mut RefreshCycleDurationGOOGLE) -> Result, pub get_past_presentation_timing_google: extern "system" fn(device: Device, swapchain: SwapchainKHR, p_presentation_timing_count: *mut u32, p_presentation_timings: *mut PastPresentationTimingGOOGLE) -> Result, }
Fields
get_refresh_cycle_duration_google: extern "system" fn(device: Device, swapchain: SwapchainKHR, p_display_timing_properties: *mut RefreshCycleDurationGOOGLE) -> Result
get_past_presentation_timing_google: extern "system" fn(device: Device, swapchain: SwapchainKHR, p_presentation_timing_count: *mut u32, p_presentation_timings: *mut PastPresentationTimingGOOGLE) -> Result
Implementations
pub unsafe fn get_refresh_cycle_duration_google(
&self,
device: Device,
swapchain: SwapchainKHR,
p_display_timing_properties: *mut RefreshCycleDurationGOOGLE
) -> Result
pub unsafe fn get_refresh_cycle_duration_google(
&self,
device: Device,
swapchain: SwapchainKHR,
p_display_timing_properties: *mut RefreshCycleDurationGOOGLE
) -> Result
pub unsafe fn get_past_presentation_timing_google(
&self,
device: Device,
swapchain: SwapchainKHR,
p_presentation_timing_count: *mut u32,
p_presentation_timings: *mut PastPresentationTimingGOOGLE
) -> Result
pub unsafe fn get_past_presentation_timing_google(
&self,
device: Device,
swapchain: SwapchainKHR,
p_presentation_timing_count: *mut u32,
p_presentation_timings: *mut PastPresentationTimingGOOGLE
) -> Result
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GoogleDisplayTimingFn
impl Unpin for GoogleDisplayTimingFn
impl UnwindSafe for GoogleDisplayTimingFn
Blanket Implementations
Mutably borrows from an owned value. Read more