#[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
impl Clone for NTMS_OPREQUESTINFORMATIONW
impl Clone for NTMS_OPREQUESTINFORMATIONW
impl Copy for NTMS_OPREQUESTINFORMATIONW
Auto Trait Implementations
impl RefUnwindSafe for NTMS_OPREQUESTINFORMATIONW
impl Send for NTMS_OPREQUESTINFORMATIONW
impl Sync for NTMS_OPREQUESTINFORMATIONW
impl Unpin for NTMS_OPREQUESTINFORMATIONW
impl UnwindSafe for NTMS_OPREQUESTINFORMATIONW
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