#[repr(C)]pub struct LatencySleepModeInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub low_latency_mode: Bool32,
pub low_latency_boost: Bool32,
pub minimum_interval_us: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§low_latency_mode: Bool32§low_latency_boost: Bool32§minimum_interval_us: u32Trait 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
Source§impl Hash for LatencySleepModeInfoNV
impl Hash for LatencySleepModeInfoNV
Source§impl PartialEq for LatencySleepModeInfoNV
impl PartialEq for LatencySleepModeInfoNV
impl Copy for LatencySleepModeInfoNV
impl Eq for LatencySleepModeInfoNV
impl Send for LatencySleepModeInfoNV
impl StructuralPartialEq for LatencySleepModeInfoNV
impl Sync for LatencySleepModeInfoNV
Auto Trait Implementations§
impl Freeze for LatencySleepModeInfoNV
impl RefUnwindSafe for LatencySleepModeInfoNV
impl Unpin 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