#[repr(C)]pub struct PresentWait2InfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub present_id: u64,
pub timeout: u64,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§present_id: u64§timeout: u64§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PresentWait2InfoKHR<'a>
impl<'a> PresentWait2InfoKHR<'a>
Trait Implementations§
Source§impl<'a> Clone for PresentWait2InfoKHR<'a>
impl<'a> Clone for PresentWait2InfoKHR<'a>
Source§fn clone(&self) -> PresentWait2InfoKHR<'a>
fn clone(&self) -> PresentWait2InfoKHR<'a>
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<'a> Debug for PresentWait2InfoKHR<'a>
impl<'a> Debug for PresentWait2InfoKHR<'a>
Source§impl Default for PresentWait2InfoKHR<'_>
impl Default for PresentWait2InfoKHR<'_>
Source§impl<'a> TaggedStructure for PresentWait2InfoKHR<'a>
impl<'a> TaggedStructure for PresentWait2InfoKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PRESENT_WAIT_2_INFO_KHR
impl<'a> Copy for PresentWait2InfoKHR<'a>
impl Send for PresentWait2InfoKHR<'_>
impl Sync for PresentWait2InfoKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for PresentWait2InfoKHR<'a>
impl<'a> RefUnwindSafe for PresentWait2InfoKHR<'a>
impl<'a> Unpin for PresentWait2InfoKHR<'a>
impl<'a> UnwindSafe for PresentWait2InfoKHR<'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