Struct windows_sys::Win32::System::Rpc::RPC_EE_INFO_PARAM
[−]#[repr(C)]pub struct RPC_EE_INFO_PARAM {
pub ParameterType: ExtendedErrorParamTypes,
pub u: RPC_EE_INFO_PARAM_0,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
ParameterType: ExtendedErrorParamTypes
u: RPC_EE_INFO_PARAM_0
Trait Implementations
impl Clone for RPC_EE_INFO_PARAM
impl Clone for RPC_EE_INFO_PARAM
impl Copy for RPC_EE_INFO_PARAM
Auto Trait Implementations
impl RefUnwindSafe for RPC_EE_INFO_PARAM
impl !Send for RPC_EE_INFO_PARAM
impl !Sync for RPC_EE_INFO_PARAM
impl Unpin for RPC_EE_INFO_PARAM
impl UnwindSafe for RPC_EE_INFO_PARAM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more