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