#[repr(C)]pub struct VkLatencySleepModeInfoNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub lowLatencyMode: VkBool32,
pub lowLatencyBoost: VkBool32,
pub minimumIntervalUs: u32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§lowLatencyMode: VkBool32
§lowLatencyBoost: VkBool32
§minimumIntervalUs: u32
Trait Implementations§
Source§impl Clone for VkLatencySleepModeInfoNV
impl Clone for VkLatencySleepModeInfoNV
Source§fn clone(&self) -> VkLatencySleepModeInfoNV
fn clone(&self) -> VkLatencySleepModeInfoNV
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 VkLatencySleepModeInfoNV
impl Default for VkLatencySleepModeInfoNV
impl Copy for VkLatencySleepModeInfoNV
Auto Trait Implementations§
impl Freeze for VkLatencySleepModeInfoNV
impl RefUnwindSafe for VkLatencySleepModeInfoNV
impl !Send for VkLatencySleepModeInfoNV
impl !Sync for VkLatencySleepModeInfoNV
impl Unpin for VkLatencySleepModeInfoNV
impl UnwindSafe for VkLatencySleepModeInfoNV
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