#[repr(C)]
pub struct NTMS_OPREQUESTINFORMATIONW { pub Request: NtmsOpreqCommand, pub Submitted: SYSTEMTIME, pub State: NtmsOpreqState, pub szMessage: [u16; 256], pub Arg1Type: NtmsObjectsTypes, pub Arg1: GUID, pub Arg2Type: NtmsObjectsTypes, pub Arg2: GUID, pub szApplication: [u16; 64], pub szUser: [u16; 64], pub szComputer: [u16; 64], }
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation"

Fields

Request: NtmsOpreqCommandSubmitted: SYSTEMTIMEState: NtmsOpreqStateszMessage: [u16; 256]Arg1Type: NtmsObjectsTypesArg1: GUIDArg2Type: NtmsObjectsTypesArg2: GUIDszApplication: [u16; 64]szUser: [u16; 64]szComputer: [u16; 64]

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.