Struct ash::vk::RefreshCycleDurationGOOGLE [−][src]
#[repr(C)]pub struct RefreshCycleDurationGOOGLE { pub refresh_duration: u64, }
Expand description
Fields
refresh_duration: u64
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RefreshCycleDurationGOOGLE
impl Send for RefreshCycleDurationGOOGLE
impl Sync for RefreshCycleDurationGOOGLE
impl Unpin for RefreshCycleDurationGOOGLE
impl UnwindSafe for RefreshCycleDurationGOOGLE
Blanket Implementations
Mutably borrows from an owned value. Read more