Struct ash::extensions_generated::google::display_timing::DeviceFn
source · pub struct DeviceFn {
pub get_refresh_cycle_duration_google: PFN_vkGetRefreshCycleDurationGOOGLE,
pub get_past_presentation_timing_google: PFN_vkGetPastPresentationTimingGOOGLE,
}
Expand description
Raw VK_GOOGLE_display_timing device-level function pointers
Fields§
§get_refresh_cycle_duration_google: PFN_vkGetRefreshCycleDurationGOOGLE
§get_past_presentation_timing_google: PFN_vkGetPastPresentationTimingGOOGLE
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceFn
impl RefUnwindSafe for DeviceFn
impl Unpin for DeviceFn
impl UnwindSafe for DeviceFn
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more