#[repr(C)]pub struct PresentTimesInfoGOOGLE {
pub s_type: StructureType,
pub p_next: *const c_void,
pub swapchain_count: u32,
pub p_times: *const PresentTimeGOOGLE,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidswapchain_count: u32p_times: *const PresentTimeGOOGLEImplementations
sourceimpl PresentTimesInfoGOOGLE
impl PresentTimesInfoGOOGLE
pub fn builder<'a>() -> PresentTimesInfoGOOGLEBuilder<'a>
Trait Implementations
sourceimpl Clone for PresentTimesInfoGOOGLE
impl Clone for PresentTimesInfoGOOGLE
sourcefn clone(&self) -> PresentTimesInfoGOOGLE
fn clone(&self) -> PresentTimesInfoGOOGLE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PresentTimesInfoGOOGLE
impl Debug for PresentTimesInfoGOOGLE
sourceimpl Default for PresentTimesInfoGOOGLE
impl Default for PresentTimesInfoGOOGLE
sourcefn default() -> PresentTimesInfoGOOGLE
fn default() -> PresentTimesInfoGOOGLE
Returns the “default value” for a type. Read more
impl Copy for PresentTimesInfoGOOGLE
impl ExtendsPresentInfoKHR for PresentTimesInfoGOOGLE
Auto Trait Implementations
impl RefUnwindSafe for PresentTimesInfoGOOGLE
impl !Send for PresentTimesInfoGOOGLE
impl !Sync for PresentTimesInfoGOOGLE
impl Unpin for PresentTimesInfoGOOGLE
impl UnwindSafe for PresentTimesInfoGOOGLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more