#[repr(C)]pub struct tagRPC_EXTENDED_ERROR_INFO {
pub Version: ULONG,
pub ComputerName: LPWSTR,
pub ProcessID: ULONG,
pub u: tagRPC_EXTENDED_ERROR_INFO__bindgen_ty_1,
pub GeneratingComponent: ULONG,
pub Status: ULONG,
pub DetectionLocation: USHORT,
pub Flags: USHORT,
pub NumberOfParameters: c_int,
pub Parameters: [RPC_EE_INFO_PARAM; 4],
}
Fields§
§Version: ULONG
§ComputerName: LPWSTR
§ProcessID: ULONG
§u: tagRPC_EXTENDED_ERROR_INFO__bindgen_ty_1
§GeneratingComponent: ULONG
§Status: ULONG
§DetectionLocation: USHORT
§Flags: USHORT
§NumberOfParameters: c_int
§Parameters: [RPC_EE_INFO_PARAM; 4]
Trait Implementations§
Source§impl Clone for tagRPC_EXTENDED_ERROR_INFO
impl Clone for tagRPC_EXTENDED_ERROR_INFO
Source§fn clone(&self) -> tagRPC_EXTENDED_ERROR_INFO
fn clone(&self) -> tagRPC_EXTENDED_ERROR_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for tagRPC_EXTENDED_ERROR_INFO
Auto Trait Implementations§
impl Freeze for tagRPC_EXTENDED_ERROR_INFO
impl RefUnwindSafe for tagRPC_EXTENDED_ERROR_INFO
impl !Send for tagRPC_EXTENDED_ERROR_INFO
impl !Sync for tagRPC_EXTENDED_ERROR_INFO
impl Unpin for tagRPC_EXTENDED_ERROR_INFO
impl UnwindSafe for tagRPC_EXTENDED_ERROR_INFO
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