#[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
Fields
present_id: u32desired_present_time: u64actual_present_time: u64earliest_present_time: u64present_margin: u64Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for PastPresentationTimingGOOGLE
impl Sync for PastPresentationTimingGOOGLE
impl Unpin for PastPresentationTimingGOOGLE
impl UnwindSafe for PastPresentationTimingGOOGLE
Blanket Implementations
Mutably borrows from an owned value. Read more