#[repr(C)]pub struct VkPresentTimingInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkPresentTimingInfoFlagsEXT,
pub targetTime: u64,
pub timeDomainId: u64,
pub presentStageQueries: VkPresentStageFlagsEXT,
pub targetTimeDomainPresentStage: VkPresentStageFlagsEXT,
}Fields§
§sType: VkStructureType§pNext: *const c_void§flags: VkPresentTimingInfoFlagsEXT§targetTime: u64§timeDomainId: u64§presentStageQueries: VkPresentStageFlagsEXT§targetTimeDomainPresentStage: VkPresentStageFlagsEXTTrait Implementations§
Source§impl Clone for VkPresentTimingInfoEXT
impl Clone for VkPresentTimingInfoEXT
Source§fn clone(&self) -> VkPresentTimingInfoEXT
fn clone(&self) -> VkPresentTimingInfoEXT
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 VkPresentTimingInfoEXT
Auto Trait Implementations§
impl Freeze for VkPresentTimingInfoEXT
impl RefUnwindSafe for VkPresentTimingInfoEXT
impl !Send for VkPresentTimingInfoEXT
impl !Sync for VkPresentTimingInfoEXT
impl Unpin for VkPresentTimingInfoEXT
impl UnwindSafe for VkPresentTimingInfoEXT
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