#[repr(C)]pub struct VkPastPresentationTimingGOOGLE {
pub presentID: uint32_t,
pub desiredPresentTime: uint64_t,
pub actualPresentTime: uint64_t,
pub earliestPresentTime: uint64_t,
pub presentMargin: uint64_t,
}Expand description
VkPastPresentationTimingGOOGLE
Fields§
§presentID: uint32_tApplication-provided identifier, previously given to vkQueuePresentKHR
desiredPresentTime: uint64_tEarliest time an image should have been presented, previously given to vkQueuePresentKHR
actualPresentTime: uint64_tTime the image was actually displayed
earliestPresentTime: uint64_tEarliest time the image could have been displayed
presentMargin: uint64_tHow early vkQueuePresentKHR was processed vs. how soon it needed to be and make earliestPresentTime
Implementations§
Trait Implementations§
Source§impl Clone for VkPastPresentationTimingGOOGLE
impl Clone for VkPastPresentationTimingGOOGLE
Source§fn clone(&self) -> VkPastPresentationTimingGOOGLE
fn clone(&self) -> VkPastPresentationTimingGOOGLE
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 moreimpl Copy for VkPastPresentationTimingGOOGLE
Auto Trait Implementations§
impl Freeze for VkPastPresentationTimingGOOGLE
impl RefUnwindSafe for VkPastPresentationTimingGOOGLE
impl Send for VkPastPresentationTimingGOOGLE
impl Sync for VkPastPresentationTimingGOOGLE
impl Unpin for VkPastPresentationTimingGOOGLE
impl UnsafeUnpin for VkPastPresentationTimingGOOGLE
impl UnwindSafe for VkPastPresentationTimingGOOGLE
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