Struct windows_sys::Win32::Storage::FileSystem::NTMS_OPREQUESTINFORMATIONA
#[repr(C)]pub struct NTMS_OPREQUESTINFORMATIONA {
pub Request: u32,
pub Submitted: SYSTEMTIME,
pub State: u32,
pub szMessage: [u8; 256],
pub Arg1Type: u32,
pub Arg1: GUID,
pub Arg2Type: u32,
pub Arg2: GUID,
pub szApplication: [u8; 64],
pub szUser: [u8; 64],
pub szComputer: [u8; 64],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Request: u32
§Submitted: SYSTEMTIME
§State: u32
§szMessage: [u8; 256]
§Arg1Type: u32
§Arg1: GUID
§Arg2Type: u32
§Arg2: GUID
§szApplication: [u8; 64]
§szUser: [u8; 64]
§szComputer: [u8; 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§
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