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) -> Resultget_past_presentation_timing_google: unsafe extern "system" fn(Device, SwapchainKHR, *mut u32, *mut PastPresentationTimingGOOGLE) -> ResultImplementations
Trait Implementations
sourceimpl Clone for GoogleDisplayTimingFn
impl Clone for GoogleDisplayTimingFn
sourcefn clone(&self) -> GoogleDisplayTimingFn
fn clone(&self) -> GoogleDisplayTimingFn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for GoogleDisplayTimingFn
impl Sync for GoogleDisplayTimingFn
Auto Trait Implementations
impl RefUnwindSafe for GoogleDisplayTimingFn
impl Unpin for GoogleDisplayTimingFn
impl UnwindSafe for GoogleDisplayTimingFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more