Struct ash::vk::PresentIdKHR
source · #[repr(C)]pub struct PresentIdKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub swapchain_count: u32,
pub p_present_ids: *const u64,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§swapchain_count: u32
§p_present_ids: *const u64
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PresentIdKHR<'a>
impl<'a> PresentIdKHR<'a>
pub fn present_ids(self, present_ids: &'a [u64]) -> Self
Trait Implementations§
source§impl<'a> Clone for PresentIdKHR<'a>
impl<'a> Clone for PresentIdKHR<'a>
source§fn clone(&self) -> PresentIdKHR<'a>
fn clone(&self) -> PresentIdKHR<'a>
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<'a> Debug for PresentIdKHR<'a>
impl<'a> Debug for PresentIdKHR<'a>
source§impl Default for PresentIdKHR<'_>
impl Default for PresentIdKHR<'_>
source§impl<'a> TaggedStructure for PresentIdKHR<'a>
impl<'a> TaggedStructure for PresentIdKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PRESENT_ID_KHR
impl<'a> Copy for PresentIdKHR<'a>
impl ExtendsPresentInfoKHR for PresentIdKHR<'_>
impl Send for PresentIdKHR<'_>
impl Sync for PresentIdKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for PresentIdKHR<'a>
impl<'a> RefUnwindSafe for PresentIdKHR<'a>
impl<'a> Unpin for PresentIdKHR<'a>
impl<'a> UnwindSafe for PresentIdKHR<'a>
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