Struct ash::vk::PresentTimesInfoGOOGLE
source · #[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: StructureType
§p_next: *const c_void
§swapchain_count: u32
§p_times: *const PresentTimeGOOGLE
Implementations§
source§impl PresentTimesInfoGOOGLE
impl PresentTimesInfoGOOGLE
pub fn builder<'a>() -> PresentTimesInfoGOOGLEBuilder<'a>
Trait Implementations§
source§impl Clone for PresentTimesInfoGOOGLE
impl Clone for PresentTimesInfoGOOGLE
source§fn clone(&self) -> PresentTimesInfoGOOGLE
fn clone(&self) -> PresentTimesInfoGOOGLE
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 Debug for PresentTimesInfoGOOGLE
impl Debug for PresentTimesInfoGOOGLE
source§impl Default for PresentTimesInfoGOOGLE
impl Default for PresentTimesInfoGOOGLE
source§impl TaggedStructure for PresentTimesInfoGOOGLE
impl TaggedStructure for PresentTimesInfoGOOGLE
const STRUCTURE_TYPE: StructureType = StructureType::PRESENT_TIMES_INFO_GOOGLE
impl Copy for PresentTimesInfoGOOGLE
impl ExtendsPresentInfoKHR for PresentTimesInfoGOOGLE
Auto Trait Implementations§
impl Freeze for PresentTimesInfoGOOGLE
impl RefUnwindSafe for PresentTimesInfoGOOGLE
impl !Send for PresentTimesInfoGOOGLE
impl !Sync for PresentTimesInfoGOOGLE
impl Unpin for PresentTimesInfoGOOGLE
impl UnwindSafe for PresentTimesInfoGOOGLE
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