#[repr(C)]pub struct VkPresentTimeGOOGLE {
pub presentID: u32,
pub desiredPresentTime: u64,
}
Fields§
§presentID: u32
§desiredPresentTime: u64
Trait Implementations§
Source§impl Clone for VkPresentTimeGOOGLE
impl Clone for VkPresentTimeGOOGLE
Source§fn clone(&self) -> VkPresentTimeGOOGLE
fn clone(&self) -> VkPresentTimeGOOGLE
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkPresentTimeGOOGLE
impl Default for VkPresentTimeGOOGLE
Source§fn default() -> VkPresentTimeGOOGLE
fn default() -> VkPresentTimeGOOGLE
Returns the “default value” for a type. Read more
impl Copy for VkPresentTimeGOOGLE
Auto Trait Implementations§
impl Freeze for VkPresentTimeGOOGLE
impl RefUnwindSafe for VkPresentTimeGOOGLE
impl Send for VkPresentTimeGOOGLE
impl Sync for VkPresentTimeGOOGLE
impl Unpin for VkPresentTimeGOOGLE
impl UnwindSafe for VkPresentTimeGOOGLE
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