#[repr(C)]pub struct RefreshCycleDurationGOOGLE {
pub refresh_duration: u64,
}Expand description
VkRefreshCycleDurationGOOGLE
Provided by VK_GOOGLE_display_timing.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§refresh_duration: u64Implementations§
Source§impl RefreshCycleDurationGOOGLE
impl RefreshCycleDurationGOOGLE
Sourcepub fn builder() -> RefreshCycleDurationGOOGLEBuilder
pub fn builder() -> RefreshCycleDurationGOOGLEBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for RefreshCycleDurationGOOGLE
impl Clone for RefreshCycleDurationGOOGLE
Source§fn clone(&self) -> RefreshCycleDurationGOOGLE
fn clone(&self) -> RefreshCycleDurationGOOGLE
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 Debug for RefreshCycleDurationGOOGLE
impl Debug for RefreshCycleDurationGOOGLE
Source§impl Default for RefreshCycleDurationGOOGLE
impl Default for RefreshCycleDurationGOOGLE
impl Copy for RefreshCycleDurationGOOGLE
Auto Trait Implementations§
impl Freeze for RefreshCycleDurationGOOGLE
impl RefUnwindSafe for RefreshCycleDurationGOOGLE
impl Send for RefreshCycleDurationGOOGLE
impl Sync for RefreshCycleDurationGOOGLE
impl Unpin for RefreshCycleDurationGOOGLE
impl UnsafeUnpin for RefreshCycleDurationGOOGLE
impl UnwindSafe for RefreshCycleDurationGOOGLE
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