#[repr(C)]pub struct RefreshCycleDurationGOOGLE {
pub refresh_duration: u64,
}Expand description
Vulkan Manual Page · Structure
Fields§
§refresh_duration: u64Implementations§
Source§impl RefreshCycleDurationGOOGLE
impl RefreshCycleDurationGOOGLE
pub fn into_builder<'a>(self) -> RefreshCycleDurationGOOGLEBuilder<'a>
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 (const: unstable) · 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
Source§impl Hash for RefreshCycleDurationGOOGLE
impl Hash for RefreshCycleDurationGOOGLE
Source§impl PartialEq for RefreshCycleDurationGOOGLE
impl PartialEq for RefreshCycleDurationGOOGLE
Source§fn eq(&self, other: &RefreshCycleDurationGOOGLE) -> bool
fn eq(&self, other: &RefreshCycleDurationGOOGLE) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RefreshCycleDurationGOOGLE
impl Eq for RefreshCycleDurationGOOGLE
impl StructuralPartialEq 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