#[repr(C)]pub struct LatencySleepModeInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub low_latency_mode: u32,
pub low_latency_boost: u32,
pub minimum_interval_us: u32,
}Expand description
VkLatencySleepModeInfoNV
Provided by VK_NV_low_latency2.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_LATENCY_SLEEP_MODE_INFO_NV.
p_next: *const c_voidOptional, may be null.
low_latency_mode: u32§low_latency_boost: u32§minimum_interval_us: u32Implementations§
Source§impl LatencySleepModeInfoNV
impl LatencySleepModeInfoNV
Sourcepub fn builder<'a>() -> LatencySleepModeInfoNVBuilder<'a>
pub fn builder<'a>() -> LatencySleepModeInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for LatencySleepModeInfoNV
impl Clone for LatencySleepModeInfoNV
Source§fn clone(&self) -> LatencySleepModeInfoNV
fn clone(&self) -> LatencySleepModeInfoNV
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LatencySleepModeInfoNV
impl Debug for LatencySleepModeInfoNV
Source§impl Default for LatencySleepModeInfoNV
impl Default for LatencySleepModeInfoNV
impl Copy for LatencySleepModeInfoNV
Auto Trait Implementations§
impl Freeze for LatencySleepModeInfoNV
impl RefUnwindSafe for LatencySleepModeInfoNV
impl !Send for LatencySleepModeInfoNV
impl !Sync for LatencySleepModeInfoNV
impl Unpin for LatencySleepModeInfoNV
impl UnsafeUnpin for LatencySleepModeInfoNV
impl UnwindSafe for LatencySleepModeInfoNV
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