#[repr(C)]pub struct _DEVICE_INTERNAL_STATUS_DATA {
pub Version: DWORD,
pub Size: DWORD,
pub T10VendorId: DWORDLONG,
pub DataSet1Length: DWORD,
pub DataSet2Length: DWORD,
pub DataSet3Length: DWORD,
pub DataSet4Length: DWORD,
pub StatusDataVersion: BYTE,
pub Reserved: [BYTE; 3],
pub ReasonIdentifier: [BYTE; 128],
pub StatusDataLength: DWORD,
pub StatusData: [BYTE; 1],
}
Fields§
§Version: DWORD
§Size: DWORD
§T10VendorId: DWORDLONG
§DataSet1Length: DWORD
§DataSet2Length: DWORD
§DataSet3Length: DWORD
§DataSet4Length: DWORD
§StatusDataVersion: BYTE
§Reserved: [BYTE; 3]
§ReasonIdentifier: [BYTE; 128]
§StatusDataLength: DWORD
§StatusData: [BYTE; 1]
Trait Implementations§
Source§impl Clone for _DEVICE_INTERNAL_STATUS_DATA
impl Clone for _DEVICE_INTERNAL_STATUS_DATA
Source§fn clone(&self) -> _DEVICE_INTERNAL_STATUS_DATA
fn clone(&self) -> _DEVICE_INTERNAL_STATUS_DATA
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 Debug for _DEVICE_INTERNAL_STATUS_DATA
impl Debug for _DEVICE_INTERNAL_STATUS_DATA
Source§impl Ord for _DEVICE_INTERNAL_STATUS_DATA
impl Ord for _DEVICE_INTERNAL_STATUS_DATA
Source§fn cmp(&self, other: &_DEVICE_INTERNAL_STATUS_DATA) -> Ordering
fn cmp(&self, other: &_DEVICE_INTERNAL_STATUS_DATA) -> 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 _DEVICE_INTERNAL_STATUS_DATA
impl PartialEq for _DEVICE_INTERNAL_STATUS_DATA
Source§fn eq(&self, other: &_DEVICE_INTERNAL_STATUS_DATA) -> bool
fn eq(&self, other: &_DEVICE_INTERNAL_STATUS_DATA) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _DEVICE_INTERNAL_STATUS_DATA
impl PartialOrd for _DEVICE_INTERNAL_STATUS_DATA
impl Copy for _DEVICE_INTERNAL_STATUS_DATA
impl Eq for _DEVICE_INTERNAL_STATUS_DATA
impl StructuralPartialEq for _DEVICE_INTERNAL_STATUS_DATA
Auto Trait Implementations§
impl Freeze for _DEVICE_INTERNAL_STATUS_DATA
impl RefUnwindSafe for _DEVICE_INTERNAL_STATUS_DATA
impl Send for _DEVICE_INTERNAL_STATUS_DATA
impl Sync for _DEVICE_INTERNAL_STATUS_DATA
impl Unpin for _DEVICE_INTERNAL_STATUS_DATA
impl UnwindSafe for _DEVICE_INTERNAL_STATUS_DATA
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