Struct ash::vk::RefreshCycleDurationGOOGLE
source · #[repr(C)]pub struct RefreshCycleDurationGOOGLE {
pub refresh_duration: u64,
}
Expand description
Fields§
§refresh_duration: u64
Implementations§
source§impl RefreshCycleDurationGOOGLE
impl RefreshCycleDurationGOOGLE
pub fn builder<'a>() -> RefreshCycleDurationGOOGLEBuilder<'a>
Trait Implementations§
source§impl Clone for RefreshCycleDurationGOOGLE
impl Clone for RefreshCycleDurationGOOGLE
source§fn clone(&self) -> RefreshCycleDurationGOOGLE
fn clone(&self) -> RefreshCycleDurationGOOGLE
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 RefreshCycleDurationGOOGLE
impl Debug for RefreshCycleDurationGOOGLE
source§impl Default for RefreshCycleDurationGOOGLE
impl Default for RefreshCycleDurationGOOGLE
source§fn default() -> RefreshCycleDurationGOOGLE
fn default() -> RefreshCycleDurationGOOGLE
Returns the “default value” for a type. Read more
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 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