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