Struct vks::VkPastPresentationTimingGOOGLE [] [src]

#[repr(C)]
pub struct VkPastPresentationTimingGOOGLE { pub presentID: u32, pub desiredPresentTime: u64, pub actualPresentTime: u64, pub earliestPresentTime: u64, pub presentMargin: u64, }

Fields

Trait Implementations

impl Debug for VkPastPresentationTimingGOOGLE
[src]

Formats the value using the given formatter.

impl Copy for VkPastPresentationTimingGOOGLE
[src]

impl Clone for VkPastPresentationTimingGOOGLE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPastPresentationTimingGOOGLE
[src]

Returns the "default value" for a type. Read more