Struct ash::vk::PresentIdKHR
source · #[repr(C)]pub struct PresentIdKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub swapchain_count: u32,
pub p_present_ids: *const u64,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§swapchain_count: u32
§p_present_ids: *const u64
Implementations§
source§impl PresentIdKHR
impl PresentIdKHR
pub fn builder<'a>() -> PresentIdKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PresentIdKHR
impl Clone for PresentIdKHR
source§fn clone(&self) -> PresentIdKHR
fn clone(&self) -> PresentIdKHR
Returns a copy 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 TaggedStructure for PresentIdKHR
impl TaggedStructure for PresentIdKHR
const STRUCTURE_TYPE: StructureType = StructureType::PRESENT_ID_KHR
impl Copy for PresentIdKHR
impl ExtendsPresentInfoKHR 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