#[repr(C)]pub struct PresentTimingInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: PresentTimingInfoFlagsEXT,
pub target_time: u64,
pub time_domain_id: u64,
pub present_stage_queries: PresentStageFlagsEXT,
pub target_time_domain_present_stage: PresentStageFlagsEXT,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§flags: PresentTimingInfoFlagsEXT§target_time: u64§time_domain_id: u64§present_stage_queries: PresentStageFlagsEXT§target_time_domain_present_stage: PresentStageFlagsEXTTrait Implementations§
Source§impl Clone for PresentTimingInfoEXT
impl Clone for PresentTimingInfoEXT
Source§fn clone(&self) -> PresentTimingInfoEXT
fn clone(&self) -> PresentTimingInfoEXT
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 PresentTimingInfoEXT
Source§impl Debug for PresentTimingInfoEXT
impl Debug for PresentTimingInfoEXT
Source§impl Default for PresentTimingInfoEXT
impl Default for PresentTimingInfoEXT
impl Eq for PresentTimingInfoEXT
Source§impl Hash for PresentTimingInfoEXT
impl Hash for PresentTimingInfoEXT
Source§impl PartialEq for PresentTimingInfoEXT
impl PartialEq for PresentTimingInfoEXT
Source§fn eq(&self, other: &PresentTimingInfoEXT) -> bool
fn eq(&self, other: &PresentTimingInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for PresentTimingInfoEXT
impl StructuralPartialEq for PresentTimingInfoEXT
impl Sync for PresentTimingInfoEXT
Auto Trait Implementations§
impl Freeze for PresentTimingInfoEXT
impl RefUnwindSafe for PresentTimingInfoEXT
impl Unpin for PresentTimingInfoEXT
impl UnsafeUnpin for PresentTimingInfoEXT
impl UnwindSafe for PresentTimingInfoEXT
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