Struct windows_sys::Win32::Storage::FileSystem::NTMS_OPREQUESTINFORMATIONW
#[repr(C)]pub struct NTMS_OPREQUESTINFORMATIONW {
pub Request: u32,
pub Submitted: SYSTEMTIME,
pub State: u32,
pub szMessage: [u16; 256],
pub Arg1Type: u32,
pub Arg1: GUID,
pub Arg2Type: u32,
pub Arg2: GUID,
pub szApplication: [u16; 64],
pub szUser: [u16; 64],
pub szComputer: [u16; 64],
}Expand description
Required features: "Win32_Foundation"
Fields§
§Request: u32§Submitted: SYSTEMTIME§State: u32§szMessage: [u16; 256]§Arg1Type: u32§Arg1: GUID§Arg2Type: u32§Arg2: GUID§szApplication: [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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more