#[repr(C)]pub struct PresentIdKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub swapchain_count: u32,
pub present_ids: *const u64,
}Fields§
§s_type: StructureType§next: *const c_void§swapchain_count: u32§present_ids: *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 moreSource§impl Debug for PresentIdKHR
impl Debug for PresentIdKHR
Source§impl Default for PresentIdKHR
impl Default for PresentIdKHR
Source§impl Hash for PresentIdKHR
impl Hash for PresentIdKHR
Source§impl PartialEq for PresentIdKHR
impl PartialEq for PresentIdKHR
impl Copy for PresentIdKHR
impl Eq for PresentIdKHR
impl Send for PresentIdKHR
impl StructuralPartialEq for PresentIdKHR
impl Sync for PresentIdKHR
Auto Trait Implementations§
impl Freeze for PresentIdKHR
impl RefUnwindSafe 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