Struct windows_sys::Wdk::Graphics::Direct3D::D3DKMT_ADAPTER_PERFDATACAPS
#[repr(C)]pub struct D3DKMT_ADAPTER_PERFDATACAPS {
pub PhysicalAdapterIndex: u32,
pub MaxMemoryBandwidth: u64,
pub MaxPCIEBandwidth: u64,
pub MaxFanRPM: u32,
pub TemperatureMax: u32,
pub TemperatureWarning: u32,
}
Fields§
§PhysicalAdapterIndex: u32
§MaxMemoryBandwidth: u64
§MaxPCIEBandwidth: u64
§MaxFanRPM: u32
§TemperatureMax: u32
§TemperatureWarning: u32
Trait Implementations§
§impl Clone for D3DKMT_ADAPTER_PERFDATACAPS
impl Clone for D3DKMT_ADAPTER_PERFDATACAPS
impl Copy for D3DKMT_ADAPTER_PERFDATACAPS
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMT_ADAPTER_PERFDATACAPS
impl Send for D3DKMT_ADAPTER_PERFDATACAPS
impl Sync for D3DKMT_ADAPTER_PERFDATACAPS
impl Unpin for D3DKMT_ADAPTER_PERFDATACAPS
impl UnwindSafe for D3DKMT_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