Struct unity_native_plugin_sys::VkPastPresentationTimingGOOGLE [−][src]
#[repr(C)]pub struct VkPastPresentationTimingGOOGLE {
pub presentID: u32,
pub desiredPresentTime: u64,
pub actualPresentTime: u64,
pub earliestPresentTime: u64,
pub presentMargin: u64,
}Fields
presentID: u32desiredPresentTime: u64actualPresentTime: u64earliestPresentTime: u64presentMargin: u64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for VkPastPresentationTimingGOOGLE
impl Sync for VkPastPresentationTimingGOOGLE
impl Unpin for VkPastPresentationTimingGOOGLE
impl UnwindSafe for VkPastPresentationTimingGOOGLE
Blanket Implementations
Mutably borrows from an owned value. Read more