#[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],
}Fields§
§Request: NtmsOpreqCommand§Submitted: SYSTEMTIME§State: NtmsOpreqState§szMessage: [u16; 256]§Arg1Type: NtmsObjectsTypes§Arg1: Guid§Arg2Type: NtmsObjectsTypes§Arg2: Guid§szApplication: [u16; 64]§szUser: [u16; 64]§szComputer: [u16; 64]Trait Implementations§
Source§impl Abi for NTMS_OPREQUESTINFORMATIONW
impl Abi for NTMS_OPREQUESTINFORMATIONW
Source§type Abi = NTMS_OPREQUESTINFORMATIONW
type Abi = NTMS_OPREQUESTINFORMATIONW
The abi representation of the implementing type. Read more
type DefaultType = NTMS_OPREQUESTINFORMATIONW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for NTMS_OPREQUESTINFORMATIONW
impl Clone for NTMS_OPREQUESTINFORMATIONW
Source§fn clone(&self) -> NTMS_OPREQUESTINFORMATIONW
fn clone(&self) -> NTMS_OPREQUESTINFORMATIONW
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NTMS_OPREQUESTINFORMATIONW
Source§impl Debug for NTMS_OPREQUESTINFORMATIONW
impl Debug for NTMS_OPREQUESTINFORMATIONW
Source§impl Default for NTMS_OPREQUESTINFORMATIONW
impl Default for NTMS_OPREQUESTINFORMATIONW
impl Eq for NTMS_OPREQUESTINFORMATIONW
Auto Trait Implementations§
impl Freeze for NTMS_OPREQUESTINFORMATIONW
impl RefUnwindSafe for NTMS_OPREQUESTINFORMATIONW
impl Send for NTMS_OPREQUESTINFORMATIONW
impl Sync for NTMS_OPREQUESTINFORMATIONW
impl Unpin for NTMS_OPREQUESTINFORMATIONW
impl UnsafeUnpin 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