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