Struct windows_sys::Win32::System::Rpc::RPC_EXTENDED_ERROR_INFO
#[repr(C)]pub struct RPC_EXTENDED_ERROR_INFO {
pub Version: u32,
pub ComputerName: PWSTR,
pub ProcessID: u32,
pub u: RPC_EXTENDED_ERROR_INFO_0,
pub GeneratingComponent: u32,
pub Status: u32,
pub DetectionLocation: u16,
pub Flags: u16,
pub NumberOfParameters: i32,
pub Parameters: [RPC_EE_INFO_PARAM; 4],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Version: u32
§ComputerName: PWSTR
§ProcessID: u32
§u: RPC_EXTENDED_ERROR_INFO_0
§GeneratingComponent: u32
§Status: u32
§DetectionLocation: u16
§Flags: u16
§NumberOfParameters: i32
§Parameters: [RPC_EE_INFO_PARAM; 4]
Trait Implementations§
§impl Clone for RPC_EXTENDED_ERROR_INFO
impl Clone for RPC_EXTENDED_ERROR_INFO
impl Copy for RPC_EXTENDED_ERROR_INFO
Auto Trait Implementations§
impl RefUnwindSafe for RPC_EXTENDED_ERROR_INFO
impl !Send for RPC_EXTENDED_ERROR_INFO
impl !Sync for RPC_EXTENDED_ERROR_INFO
impl Unpin for RPC_EXTENDED_ERROR_INFO
impl UnwindSafe for RPC_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