Struct windows_sys::Win32::System::Ioctl::DEVICE_DSM_TIERING_QUERY_INPUT
[−]#[repr(C)]pub struct DEVICE_DSM_TIERING_QUERY_INPUT {
pub Version: u32,
pub Size: u32,
pub Flags: u32,
pub NumberOfTierIds: u32,
pub TierIds: [GUID; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
Flags: u32
NumberOfTierIds: u32
TierIds: [GUID; 1]
Trait Implementations
impl Clone for DEVICE_DSM_TIERING_QUERY_INPUT
impl Clone for DEVICE_DSM_TIERING_QUERY_INPUT
impl Copy for DEVICE_DSM_TIERING_QUERY_INPUT
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_DSM_TIERING_QUERY_INPUT
impl Send for DEVICE_DSM_TIERING_QUERY_INPUT
impl Sync for DEVICE_DSM_TIERING_QUERY_INPUT
impl Unpin for DEVICE_DSM_TIERING_QUERY_INPUT
impl UnwindSafe for DEVICE_DSM_TIERING_QUERY_INPUT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more