Struct ash::vk::GoogleDisplayTimingFn
source · pub struct GoogleDisplayTimingFn {
pub get_refresh_cycle_duration_google: PFN_vkGetRefreshCycleDurationGOOGLE,
pub get_past_presentation_timing_google: PFN_vkGetPastPresentationTimingGOOGLE,
}
Fields§
§get_refresh_cycle_duration_google: PFN_vkGetRefreshCycleDurationGOOGLE
§get_past_presentation_timing_google: PFN_vkGetPastPresentationTimingGOOGLE
Implementations§
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 moreimpl Send for GoogleDisplayTimingFn
impl Sync for GoogleDisplayTimingFn
Auto Trait Implementations§
impl RefUnwindSafe for GoogleDisplayTimingFn
impl Unpin for GoogleDisplayTimingFn
impl UnwindSafe for GoogleDisplayTimingFn
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