#[repr(C)]pub struct SetPresentConfigNV {
pub s_type: StructureType,
pub next: *const c_void,
pub num_frames_per_batch: u32,
pub present_config_feedback: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§num_frames_per_batch: u32§present_config_feedback: u32Trait Implementations§
Source§impl Clone for SetPresentConfigNV
impl Clone for SetPresentConfigNV
Source§fn clone(&self) -> SetPresentConfigNV
fn clone(&self) -> SetPresentConfigNV
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 SetPresentConfigNV
Source§impl Debug for SetPresentConfigNV
impl Debug for SetPresentConfigNV
Source§impl Default for SetPresentConfigNV
impl Default for SetPresentConfigNV
impl Eq for SetPresentConfigNV
Source§impl Hash for SetPresentConfigNV
impl Hash for SetPresentConfigNV
Source§impl PartialEq for SetPresentConfigNV
impl PartialEq for SetPresentConfigNV
Source§fn eq(&self, other: &SetPresentConfigNV) -> bool
fn eq(&self, other: &SetPresentConfigNV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for SetPresentConfigNV
impl StructuralPartialEq for SetPresentConfigNV
impl Sync for SetPresentConfigNV
Auto Trait Implementations§
impl Freeze for SetPresentConfigNV
impl RefUnwindSafe for SetPresentConfigNV
impl Unpin for SetPresentConfigNV
impl UnsafeUnpin for SetPresentConfigNV
impl UnwindSafe for SetPresentConfigNV
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