#[repr(C)]pub struct _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST {
pub Version: DWORD,
pub Size: DWORD,
pub RequestDataType: DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE,
pub RequestDataSet: DEVICE_INTERNAL_STATUS_DATA_SET,
}
Fields§
§Version: DWORD
§Size: DWORD
§RequestDataType: DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE
§RequestDataSet: DEVICE_INTERNAL_STATUS_DATA_SET
Trait Implementations§
Source§impl Clone for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
impl Clone for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
Source§fn clone(&self) -> _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
fn clone(&self) -> _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
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 moreSource§impl Ord for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
impl Ord for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
Source§fn cmp(&self, other: &_GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST) -> Ordering
fn cmp(&self, other: &_GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
impl PartialEq for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
Source§fn eq(&self, other: &_GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST) -> bool
fn eq(&self, other: &_GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
impl PartialOrd for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
impl Copy for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
impl Eq for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
impl StructuralPartialEq for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
Auto Trait Implementations§
impl Freeze for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
impl RefUnwindSafe for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
impl Send for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
impl Sync for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
impl Unpin for _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST
impl UnwindSafe for _GET_DEVICE_INTERNAL_STATUS_DATA_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