#[repr(C)]pub struct PHYSICAL_ELEMENT_STATUS_REQUEST {
pub Version: u32,
pub Size: u32,
pub StartingElement: u32,
pub Filter: u8,
pub ReportType: u8,
pub Reserved: [u8; 2],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
StartingElement: u32
Filter: u8
ReportType: u8
Reserved: [u8; 2]
Trait Implementations
impl Clone for PHYSICAL_ELEMENT_STATUS_REQUEST
impl Clone for PHYSICAL_ELEMENT_STATUS_REQUEST
impl Copy for PHYSICAL_ELEMENT_STATUS_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for PHYSICAL_ELEMENT_STATUS_REQUEST
impl Send for PHYSICAL_ELEMENT_STATUS_REQUEST
impl Sync for PHYSICAL_ELEMENT_STATUS_REQUEST
impl Unpin for PHYSICAL_ELEMENT_STATUS_REQUEST
impl UnwindSafe for PHYSICAL_ELEMENT_STATUS_REQUEST
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