#[repr(C)]pub struct PastPresentationTimingPropertiesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub timing_properties_counter: u64,
pub time_domains_counter: u64,
pub presentation_timing_count: u32,
pub presentation_timings: *mut PastPresentationTimingEXT,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§timing_properties_counter: u64§time_domains_counter: u64§presentation_timing_count: u32§presentation_timings: *mut PastPresentationTimingEXTTrait Implementations§
Source§impl Clone for PastPresentationTimingPropertiesEXT
impl Clone for PastPresentationTimingPropertiesEXT
Source§fn clone(&self) -> PastPresentationTimingPropertiesEXT
fn clone(&self) -> PastPresentationTimingPropertiesEXT
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 moreSource§impl PartialEq for PastPresentationTimingPropertiesEXT
impl PartialEq for PastPresentationTimingPropertiesEXT
Source§fn eq(&self, other: &PastPresentationTimingPropertiesEXT) -> bool
fn eq(&self, other: &PastPresentationTimingPropertiesEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PastPresentationTimingPropertiesEXT
impl Eq for PastPresentationTimingPropertiesEXT
impl Send for PastPresentationTimingPropertiesEXT
impl StructuralPartialEq for PastPresentationTimingPropertiesEXT
impl Sync for PastPresentationTimingPropertiesEXT
Auto Trait Implementations§
impl Freeze for PastPresentationTimingPropertiesEXT
impl RefUnwindSafe for PastPresentationTimingPropertiesEXT
impl Unpin for PastPresentationTimingPropertiesEXT
impl UnwindSafe for PastPresentationTimingPropertiesEXT
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