#[repr(C)]pub struct VkPastPresentationTimingPropertiesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub timingPropertiesCounter: u64,
pub timeDomainsCounter: u64,
pub presentationTimingCount: u32,
pub pPresentationTimings: *mut VkPastPresentationTimingEXT,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§timingPropertiesCounter: u64§timeDomainsCounter: u64§presentationTimingCount: u32§pPresentationTimings: *mut VkPastPresentationTimingEXTTrait Implementations§
Source§impl Clone for VkPastPresentationTimingPropertiesEXT
impl Clone for VkPastPresentationTimingPropertiesEXT
Source§fn clone(&self) -> VkPastPresentationTimingPropertiesEXT
fn clone(&self) -> VkPastPresentationTimingPropertiesEXT
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 VkPastPresentationTimingPropertiesEXT
Auto Trait Implementations§
impl Freeze for VkPastPresentationTimingPropertiesEXT
impl RefUnwindSafe for VkPastPresentationTimingPropertiesEXT
impl !Send for VkPastPresentationTimingPropertiesEXT
impl !Sync for VkPastPresentationTimingPropertiesEXT
impl Unpin for VkPastPresentationTimingPropertiesEXT
impl UnwindSafe for VkPastPresentationTimingPropertiesEXT
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