#[repr(C)]pub struct PastPresentationTimingEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub present_id: u64,
pub target_time: u64,
pub present_stage_count: u32,
pub present_stages: *mut PresentStageTimeEXT,
pub time_domain: TimeDomainKHR,
pub time_domain_id: u64,
pub report_complete: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§present_id: u64§target_time: u64§present_stage_count: u32§present_stages: *mut PresentStageTimeEXT§time_domain: TimeDomainKHR§time_domain_id: u64§report_complete: Bool32Trait Implementations§
Source§impl Clone for PastPresentationTimingEXT
impl Clone for PastPresentationTimingEXT
Source§fn clone(&self) -> PastPresentationTimingEXT
fn clone(&self) -> PastPresentationTimingEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PastPresentationTimingEXT
Source§impl Debug for PastPresentationTimingEXT
impl Debug for PastPresentationTimingEXT
Source§impl Default for PastPresentationTimingEXT
impl Default for PastPresentationTimingEXT
impl Eq for PastPresentationTimingEXT
Source§impl Hash for PastPresentationTimingEXT
impl Hash for PastPresentationTimingEXT
Source§impl PartialEq for PastPresentationTimingEXT
impl PartialEq for PastPresentationTimingEXT
Source§fn eq(&self, other: &PastPresentationTimingEXT) -> bool
fn eq(&self, other: &PastPresentationTimingEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for PastPresentationTimingEXT
impl StructuralPartialEq for PastPresentationTimingEXT
impl Sync for PastPresentationTimingEXT
Auto Trait Implementations§
impl Freeze for PastPresentationTimingEXT
impl RefUnwindSafe for PastPresentationTimingEXT
impl Unpin for PastPresentationTimingEXT
impl UnsafeUnpin for PastPresentationTimingEXT
impl UnwindSafe for PastPresentationTimingEXT
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