#[repr(C)]pub struct VkSetPresentConfigNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub numFramesPerBatch: u32,
pub presentConfigFeedback: u32,
}Expand description
struct VkSetPresentConfigNV from VK_NV_present_metering
Fields§
§sType: VkStructureType§pNext: *const c_void§numFramesPerBatch: u32§presentConfigFeedback: u32Trait Implementations§
Source§impl Clone for VkSetPresentConfigNV
impl Clone for VkSetPresentConfigNV
Source§fn clone(&self) -> VkSetPresentConfigNV
fn clone(&self) -> VkSetPresentConfigNV
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 moreimpl Copy for VkSetPresentConfigNV
Auto Trait Implementations§
impl !Send for VkSetPresentConfigNV
impl !Sync for VkSetPresentConfigNV
impl Freeze for VkSetPresentConfigNV
impl RefUnwindSafe for VkSetPresentConfigNV
impl Unpin for VkSetPresentConfigNV
impl UnsafeUnpin for VkSetPresentConfigNV
impl UnwindSafe for VkSetPresentConfigNV
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