#[repr(C)]pub struct _PHYSICAL_ELEMENT_STATUS_REQUEST {
pub Version: DWORD,
pub Size: DWORD,
pub StartingElement: DWORD,
pub Filter: BYTE,
pub ReportType: BYTE,
pub Reserved: [BYTE; 2],
}Fields§
§Version: DWORD§Size: DWORD§StartingElement: DWORD§Filter: BYTE§ReportType: BYTE§Reserved: [BYTE; 2]Trait Implementations§
Source§impl Clone for _PHYSICAL_ELEMENT_STATUS_REQUEST
impl Clone for _PHYSICAL_ELEMENT_STATUS_REQUEST
Source§fn clone(&self) -> _PHYSICAL_ELEMENT_STATUS_REQUEST
fn clone(&self) -> _PHYSICAL_ELEMENT_STATUS_REQUEST
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 moreimpl Copy for _PHYSICAL_ELEMENT_STATUS_REQUEST
Auto Trait Implementations§
impl Freeze for _PHYSICAL_ELEMENT_STATUS_REQUEST
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§
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