#[repr(C)]pub struct SwapchainCalibratedTimestampInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub swapchain: SwapchainKHR,
pub present_stage: PresentStageFlagsEXT,
pub time_domain_id: u64,
}Expand description
VkSwapchainCalibratedTimestampInfoEXT
Provided by VK_EXT_present_timing.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SWAPCHAIN_CALIBRATED_TIMESTAMP_INFO_EXT.
p_next: *const c_voidOptional, may be null.
swapchain: SwapchainKHR§present_stage: PresentStageFlagsEXT§time_domain_id: u64Implementations§
Source§impl SwapchainCalibratedTimestampInfoEXT
impl SwapchainCalibratedTimestampInfoEXT
Sourcepub fn builder<'a>() -> SwapchainCalibratedTimestampInfoEXTBuilder<'a>
pub fn builder<'a>() -> SwapchainCalibratedTimestampInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait 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 moreimpl Copy for SwapchainCalibratedTimestampInfoEXT
impl ExtendsCalibratedTimestampInfoKHR for SwapchainCalibratedTimestampInfoEXT
Auto Trait Implementations§
impl Freeze for SwapchainCalibratedTimestampInfoEXT
impl RefUnwindSafe for SwapchainCalibratedTimestampInfoEXT
impl !Send for SwapchainCalibratedTimestampInfoEXT
impl !Sync for SwapchainCalibratedTimestampInfoEXT
impl Unpin for SwapchainCalibratedTimestampInfoEXT
impl UnsafeUnpin 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