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