#[repr(C)]pub struct PresentWait2InfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub present_id: u64,
pub timeout: u64,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§present_id: u64§timeout: u64Trait Implementations§
Source§impl Clone for PresentWait2InfoKHR
impl Clone for PresentWait2InfoKHR
Source§fn clone(&self) -> PresentWait2InfoKHR
fn clone(&self) -> PresentWait2InfoKHR
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 PresentWait2InfoKHR
impl Debug for PresentWait2InfoKHR
Source§impl Default for PresentWait2InfoKHR
impl Default for PresentWait2InfoKHR
Source§impl Hash for PresentWait2InfoKHR
impl Hash for PresentWait2InfoKHR
Source§impl PartialEq for PresentWait2InfoKHR
impl PartialEq for PresentWait2InfoKHR
impl Copy for PresentWait2InfoKHR
impl Eq for PresentWait2InfoKHR
impl Send for PresentWait2InfoKHR
impl StructuralPartialEq for PresentWait2InfoKHR
impl Sync for PresentWait2InfoKHR
Auto Trait Implementations§
impl Freeze for PresentWait2InfoKHR
impl RefUnwindSafe for PresentWait2InfoKHR
impl Unpin for PresentWait2InfoKHR
impl UnwindSafe for PresentWait2InfoKHR
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