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