#[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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more