#[repr(C)]
pub struct RAW_SCSI_VIRTUAL_DISK_PARAMETERS_0_0 { pub RSVDHandle: BOOL, pub DataIn: u8, pub CdbLength: u8, pub SenseInfoLength: u8, pub SrbFlags: u32, pub DataTransferLength: u32, pub DataBuffer: *mut c_void, pub SenseInfo: *mut u8, pub Cdb: *mut u8, }
Expand description

Required features: "Win32_Storage_Vhd", "Win32_Foundation"

Fields

RSVDHandle: BOOLDataIn: u8CdbLength: u8SenseInfoLength: u8SrbFlags: u32DataTransferLength: u32DataBuffer: *mut c_voidSenseInfo: *mut u8Cdb: *mut u8

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.