Struct windows_sys::Wdk::Graphics::Direct3D::DXGK_ADAPTER_PERFDATACAPS
#[repr(C, packed(1))]pub struct DXGK_ADAPTER_PERFDATACAPS {
pub MaxMemoryBandwidth: u64,
pub MaxPCIEBandwidth: u64,
pub MaxFanRPM: u32,
pub TemperatureMax: u32,
pub TemperatureWarning: u32,
}
Fields§
§MaxMemoryBandwidth: u64
§MaxPCIEBandwidth: u64
§MaxFanRPM: u32
§TemperatureMax: u32
§TemperatureWarning: u32
Trait Implementations§
§impl Clone for DXGK_ADAPTER_PERFDATACAPS
impl Clone for DXGK_ADAPTER_PERFDATACAPS
§fn clone(&self) -> DXGK_ADAPTER_PERFDATACAPS
fn clone(&self) -> DXGK_ADAPTER_PERFDATACAPS
Returns a copy 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 moreimpl Copy for DXGK_ADAPTER_PERFDATACAPS
Auto Trait Implementations§
impl Freeze for DXGK_ADAPTER_PERFDATACAPS
impl RefUnwindSafe for DXGK_ADAPTER_PERFDATACAPS
impl Send for DXGK_ADAPTER_PERFDATACAPS
impl Sync for DXGK_ADAPTER_PERFDATACAPS
impl Unpin for DXGK_ADAPTER_PERFDATACAPS
impl UnwindSafe for DXGK_ADAPTER_PERFDATACAPS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)