#[repr(C)]pub struct NTMS_LIBREQUESTINFORMATIONW {Show 16 fields
pub OperationCode: NtmsLmOperation,
pub OperationOption: u32,
pub State: NtmsLmState,
pub PartitionId: Guid,
pub DriveId: Guid,
pub PhysMediaId: Guid,
pub Library: Guid,
pub SlotId: Guid,
pub TimeQueued: SYSTEMTIME,
pub TimeCompleted: SYSTEMTIME,
pub szApplication: [u16; 64],
pub szUser: [u16; 64],
pub szComputer: [u16; 64],
pub dwErrorCode: u32,
pub WorkItemId: Guid,
pub dwPriority: u32,
}Fields§
§OperationCode: NtmsLmOperation§OperationOption: u32§State: NtmsLmState§PartitionId: Guid§DriveId: Guid§PhysMediaId: Guid§Library: Guid§SlotId: Guid§TimeQueued: SYSTEMTIME§TimeCompleted: SYSTEMTIME§szApplication: [u16; 64]§szUser: [u16; 64]§szComputer: [u16; 64]§dwErrorCode: u32§WorkItemId: Guid§dwPriority: u32Trait Implementations§
Source§impl Abi for NTMS_LIBREQUESTINFORMATIONW
impl Abi for NTMS_LIBREQUESTINFORMATIONW
Source§type Abi = NTMS_LIBREQUESTINFORMATIONW
type Abi = NTMS_LIBREQUESTINFORMATIONW
The abi representation of the implementing type. Read more
type DefaultType = NTMS_LIBREQUESTINFORMATIONW
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_LIBREQUESTINFORMATIONW
impl Clone for NTMS_LIBREQUESTINFORMATIONW
Source§fn clone(&self) -> NTMS_LIBREQUESTINFORMATIONW
fn clone(&self) -> NTMS_LIBREQUESTINFORMATIONW
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_LIBREQUESTINFORMATIONW
Source§impl Debug for NTMS_LIBREQUESTINFORMATIONW
impl Debug for NTMS_LIBREQUESTINFORMATIONW
impl Eq for NTMS_LIBREQUESTINFORMATIONW
Auto Trait Implementations§
impl Freeze for NTMS_LIBREQUESTINFORMATIONW
impl RefUnwindSafe for NTMS_LIBREQUESTINFORMATIONW
impl Send for NTMS_LIBREQUESTINFORMATIONW
impl Sync for NTMS_LIBREQUESTINFORMATIONW
impl Unpin for NTMS_LIBREQUESTINFORMATIONW
impl UnsafeUnpin for NTMS_LIBREQUESTINFORMATIONW
impl UnwindSafe for NTMS_LIBREQUESTINFORMATIONW
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