Struct win_sys::FileSystem::NTMS_I1_OPREQUESTINFORMATIONW
source · [−]#[repr(C)]pub struct NTMS_I1_OPREQUESTINFORMATIONW {
pub Request: u32,
pub Submitted: SYSTEMTIME,
pub State: u32,
pub szMessage: [u16; 127],
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_Storage_FileSystem’, ‘Win32_Foundation’
Fields
Request: u32Submitted: SYSTEMTIMEState: u32szMessage: [u16; 127]Arg1Type: u32Arg1: GUIDArg2Type: u32Arg2: GUIDszApplication: [u16; 64]szUser: [u16; 64]szComputer: [u16; 64]Trait Implementations
sourceimpl Clone for NTMS_I1_OPREQUESTINFORMATIONW
impl Clone for NTMS_I1_OPREQUESTINFORMATIONW
sourcepub fn clone(&self) -> NTMS_I1_OPREQUESTINFORMATIONW
pub fn clone(&self) -> NTMS_I1_OPREQUESTINFORMATIONW
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for NTMS_I1_OPREQUESTINFORMATIONW
impl Debug for NTMS_I1_OPREQUESTINFORMATIONW
sourceimpl Default for NTMS_I1_OPREQUESTINFORMATIONW
impl Default for NTMS_I1_OPREQUESTINFORMATIONW
sourcepub fn default() -> NTMS_I1_OPREQUESTINFORMATIONW
pub fn default() -> NTMS_I1_OPREQUESTINFORMATIONW
Returns the “default value” for a type. Read more
impl Copy for NTMS_I1_OPREQUESTINFORMATIONW
impl Eq for NTMS_I1_OPREQUESTINFORMATIONW
Auto Trait Implementations
impl RefUnwindSafe for NTMS_I1_OPREQUESTINFORMATIONW
impl Send for NTMS_I1_OPREQUESTINFORMATIONW
impl Sync for NTMS_I1_OPREQUESTINFORMATIONW
impl Unpin for NTMS_I1_OPREQUESTINFORMATIONW
impl UnwindSafe for NTMS_I1_OPREQUESTINFORMATIONW
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more