#[repr(C)]pub struct PastPresentationTimingGOOGLE {
pub present_id: u32,
pub desired_present_time: u64,
pub actual_present_time: u64,
pub earliest_present_time: u64,
pub present_margin: u64,
}Expand description
VkPastPresentationTimingGOOGLE
Provided by VK_GOOGLE_display_timing.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§present_id: u32§desired_present_time: u64§actual_present_time: u64§earliest_present_time: u64§present_margin: u64Implementations§
Source§impl PastPresentationTimingGOOGLE
impl PastPresentationTimingGOOGLE
Sourcepub fn builder() -> PastPresentationTimingGOOGLEBuilder
pub fn builder() -> PastPresentationTimingGOOGLEBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for PastPresentationTimingGOOGLE
impl Clone for PastPresentationTimingGOOGLE
Source§fn clone(&self) -> PastPresentationTimingGOOGLE
fn clone(&self) -> PastPresentationTimingGOOGLE
Returns a duplicate 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 moreSource§impl Debug for PastPresentationTimingGOOGLE
impl Debug for PastPresentationTimingGOOGLE
impl Copy for PastPresentationTimingGOOGLE
Auto Trait Implementations§
impl Freeze for PastPresentationTimingGOOGLE
impl RefUnwindSafe for PastPresentationTimingGOOGLE
impl Send for PastPresentationTimingGOOGLE
impl Sync for PastPresentationTimingGOOGLE
impl Unpin for PastPresentationTimingGOOGLE
impl UnsafeUnpin for PastPresentationTimingGOOGLE
impl UnwindSafe for PastPresentationTimingGOOGLE
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