#[repr(C)]pub struct VkSetPresentConfigNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub numFramesPerBatch: u32,
pub presentConfigFeedback: u32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§numFramesPerBatch: u32
§presentConfigFeedback: u32
Trait 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 · 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 VkSetPresentConfigNV
impl Default for VkSetPresentConfigNV
impl Copy for VkSetPresentConfigNV
Auto Trait Implementations§
impl Freeze for VkSetPresentConfigNV
impl RefUnwindSafe for VkSetPresentConfigNV
impl !Send for VkSetPresentConfigNV
impl !Sync for VkSetPresentConfigNV
impl Unpin 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