#[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: NtmsOpreqCommand
Submitted: SYSTEMTIME
State: NtmsOpreqState
szMessage: [CHAR; 256]
Arg1Type: NtmsObjectsTypes
Arg1: GUID
Arg2Type: NtmsObjectsTypes
Arg2: GUID
szApplication: [CHAR; 64]
szUser: [CHAR; 64]
szComputer: [CHAR; 64]
Trait Implementations
impl Clone for NTMS_OPREQUESTINFORMATIONA
impl Clone for NTMS_OPREQUESTINFORMATIONA
impl Copy for NTMS_OPREQUESTINFORMATIONA
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
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