Struct ash::vk::PresentTimeGOOGLE
source · #[repr(C)]pub struct PresentTimeGOOGLE {
pub present_id: u32,
pub desired_present_time: u64,
}
Expand description
Fields§
§present_id: u32
§desired_present_time: u64
Implementations§
source§impl PresentTimeGOOGLE
impl PresentTimeGOOGLE
pub fn builder<'a>() -> PresentTimeGOOGLEBuilder<'a>
Trait Implementations§
source§impl Clone for PresentTimeGOOGLE
impl Clone for PresentTimeGOOGLE
source§fn clone(&self) -> PresentTimeGOOGLE
fn clone(&self) -> PresentTimeGOOGLE
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 PresentTimeGOOGLE
impl Debug for PresentTimeGOOGLE
source§impl Default for PresentTimeGOOGLE
impl Default for PresentTimeGOOGLE
source§fn default() -> PresentTimeGOOGLE
fn default() -> PresentTimeGOOGLE
Returns the “default value” for a type. Read more
impl Copy for PresentTimeGOOGLE
Auto Trait Implementations§
impl Freeze for PresentTimeGOOGLE
impl RefUnwindSafe for PresentTimeGOOGLE
impl Send for PresentTimeGOOGLE
impl Sync for PresentTimeGOOGLE
impl Unpin for PresentTimeGOOGLE
impl UnwindSafe for PresentTimeGOOGLE
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