#[repr(C)]pub struct PastPresentationTimingInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: PastPresentationTimingFlagsEXT,
pub swapchain: SwapchainKHR,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§flags: PastPresentationTimingFlagsEXT§swapchain: SwapchainKHRTrait Implementations§
Source§impl Clone for PastPresentationTimingInfoEXT
impl Clone for PastPresentationTimingInfoEXT
Source§fn clone(&self) -> PastPresentationTimingInfoEXT
fn clone(&self) -> PastPresentationTimingInfoEXT
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 Hash for PastPresentationTimingInfoEXT
impl Hash for PastPresentationTimingInfoEXT
Source§impl PartialEq for PastPresentationTimingInfoEXT
impl PartialEq for PastPresentationTimingInfoEXT
Source§fn eq(&self, other: &PastPresentationTimingInfoEXT) -> bool
fn eq(&self, other: &PastPresentationTimingInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PastPresentationTimingInfoEXT
impl Eq for PastPresentationTimingInfoEXT
impl Send for PastPresentationTimingInfoEXT
impl StructuralPartialEq for PastPresentationTimingInfoEXT
impl Sync for PastPresentationTimingInfoEXT
Auto Trait Implementations§
impl Freeze for PastPresentationTimingInfoEXT
impl RefUnwindSafe for PastPresentationTimingInfoEXT
impl Unpin for PastPresentationTimingInfoEXT
impl UnwindSafe for PastPresentationTimingInfoEXT
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