#[repr(C)]pub struct VkCalibratedTimestampInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub timeDomain: VkTimeDomainEXT,
}Fields§
§sType: VkStructureType§pNext: *const c_void§timeDomain: VkTimeDomainEXTTrait Implementations§
Source§impl Clone for VkCalibratedTimestampInfoEXT
impl Clone for VkCalibratedTimestampInfoEXT
Source§fn clone(&self) -> VkCalibratedTimestampInfoEXT
fn clone(&self) -> VkCalibratedTimestampInfoEXT
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 Debug for VkCalibratedTimestampInfoEXT
impl Debug for VkCalibratedTimestampInfoEXT
impl Copy for VkCalibratedTimestampInfoEXT
Auto Trait Implementations§
impl Freeze for VkCalibratedTimestampInfoEXT
impl RefUnwindSafe for VkCalibratedTimestampInfoEXT
impl !Send for VkCalibratedTimestampInfoEXT
impl !Sync for VkCalibratedTimestampInfoEXT
impl Unpin for VkCalibratedTimestampInfoEXT
impl UnwindSafe for VkCalibratedTimestampInfoEXT
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