#[repr(C)]
pub struct STORAGE_PROTOCOL_COMMAND {
Show 19 fields pub Version: u32, pub Length: u32, pub ProtocolType: STORAGE_PROTOCOL_TYPE, pub Flags: u32, pub ReturnStatus: u32, pub ErrorCode: u32, pub CommandLength: u32, pub ErrorInfoLength: u32, pub DataToDeviceTransferLength: u32, pub DataFromDeviceTransferLength: u32, pub TimeOutValue: u32, pub ErrorInfoOffset: u32, pub DataToDeviceBufferOffset: u32, pub DataFromDeviceBufferOffset: u32, pub CommandSpecific: u32, pub Reserved0: u32, pub FixedProtocolReturnData: u32, pub Reserved1: [u32; 3], pub Command: [u8; 1],
}
Expand description

Required features: "Win32_System_Ioctl"

Fields

Version: u32Length: u32ProtocolType: STORAGE_PROTOCOL_TYPEFlags: u32ReturnStatus: u32ErrorCode: u32CommandLength: u32ErrorInfoLength: u32DataToDeviceTransferLength: u32DataFromDeviceTransferLength: u32TimeOutValue: u32ErrorInfoOffset: u32DataToDeviceBufferOffset: u32DataFromDeviceBufferOffset: u32CommandSpecific: u32Reserved0: u32FixedProtocolReturnData: u32Reserved1: [u32; 3]Command: [u8; 1]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.