Struct win_sys::FileSystem::NTMS_OPREQUESTINFORMATIONA [−][src]
#[repr(C)]pub struct NTMS_OPREQUESTINFORMATIONA {
pub Request: NtmsOpreqCommand,
pub Submitted: SYSTEMTIME,
pub State: NtmsOpreqState,
pub szMessage: [CHAR; 256],
pub Arg1Type: NtmsObjectsTypes,
pub Arg1: GUID,
pub Arg2Type: NtmsObjectsTypes,
pub Arg2: GUID,
pub szApplication: [CHAR; 64],
pub szUser: [CHAR; 64],
pub szComputer: [CHAR; 64],
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
Request: NtmsOpreqCommandSubmitted: SYSTEMTIMEState: NtmsOpreqStateszMessage: [CHAR; 256]Arg1Type: NtmsObjectsTypesArg1: GUIDArg2Type: NtmsObjectsTypesArg2: GUIDszApplication: [CHAR; 64]szUser: [CHAR; 64]szComputer: [CHAR; 64]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NTMS_OPREQUESTINFORMATIONA
impl Send for NTMS_OPREQUESTINFORMATIONA
impl Sync for NTMS_OPREQUESTINFORMATIONA
impl Unpin for NTMS_OPREQUESTINFORMATIONA
impl UnwindSafe for NTMS_OPREQUESTINFORMATIONA
Blanket Implementations
Mutably borrows from an owned value. Read more