Union windows_sys::Win32::System::Rpc::RPC_EE_INFO_PARAM_0
[−]#[repr(C)]
pub union RPC_EE_INFO_PARAM_0 {
pub AnsiString: PSTR,
pub UnicodeString: PWSTR,
pub LVal: i32,
pub SVal: i16,
pub PVal: u64,
pub BVal: BinaryParam,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
AnsiString: PSTR
UnicodeString: PWSTR
LVal: i32
SVal: i16
PVal: u64
BVal: BinaryParam
Trait Implementations
impl Clone for RPC_EE_INFO_PARAM_0
impl Clone for RPC_EE_INFO_PARAM_0
impl Copy for RPC_EE_INFO_PARAM_0
Auto Trait Implementations
impl RefUnwindSafe for RPC_EE_INFO_PARAM_0
impl !Send for RPC_EE_INFO_PARAM_0
impl !Sync for RPC_EE_INFO_PARAM_0
impl Unpin for RPC_EE_INFO_PARAM_0
impl UnwindSafe for RPC_EE_INFO_PARAM_0
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