Struct windows_sys::Win32::System::Ioctl::DEVICE_INTERNAL_STATUS_DATA
[−]#[repr(C)]pub struct DEVICE_INTERNAL_STATUS_DATA {
pub Version: u32,
pub Size: u32,
pub T10VendorId: u64,
pub DataSet1Length: u32,
pub DataSet2Length: u32,
pub DataSet3Length: u32,
pub DataSet4Length: u32,
pub StatusDataVersion: u8,
pub Reserved: [u8; 3],
pub ReasonIdentifier: [u8; 128],
pub StatusDataLength: u32,
pub StatusData: [u8; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
T10VendorId: u64
DataSet1Length: u32
DataSet2Length: u32
DataSet3Length: u32
DataSet4Length: u32
StatusDataVersion: u8
Reserved: [u8; 3]
ReasonIdentifier: [u8; 128]
StatusDataLength: u32
StatusData: [u8; 1]
Trait Implementations
impl Clone for DEVICE_INTERNAL_STATUS_DATA
impl Clone for DEVICE_INTERNAL_STATUS_DATA
impl Copy for DEVICE_INTERNAL_STATUS_DATA
Auto Trait Implementations
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
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