#[repr(C)]pub struct VkRefreshCycleDurationGOOGLE {
pub refreshDuration: u64,
}
Fields§
§refreshDuration: u64
Trait Implementations§
Source§impl Clone for VkRefreshCycleDurationGOOGLE
impl Clone for VkRefreshCycleDurationGOOGLE
Source§fn clone(&self) -> VkRefreshCycleDurationGOOGLE
fn clone(&self) -> VkRefreshCycleDurationGOOGLE
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 VkRefreshCycleDurationGOOGLE
impl Default for VkRefreshCycleDurationGOOGLE
Source§fn default() -> VkRefreshCycleDurationGOOGLE
fn default() -> VkRefreshCycleDurationGOOGLE
Returns the “default value” for a type. Read more
impl Copy for VkRefreshCycleDurationGOOGLE
Auto Trait Implementations§
impl Freeze for VkRefreshCycleDurationGOOGLE
impl RefUnwindSafe for VkRefreshCycleDurationGOOGLE
impl Send for VkRefreshCycleDurationGOOGLE
impl Sync for VkRefreshCycleDurationGOOGLE
impl Unpin for VkRefreshCycleDurationGOOGLE
impl UnwindSafe for VkRefreshCycleDurationGOOGLE
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