Struct windows_sys::Win32::System::Rpc::MIDL_INTERCEPTION_INFO
[−]#[repr(C)]pub struct MIDL_INTERCEPTION_INFO {
pub Version: u32,
pub ProcString: *mut u8,
pub ProcFormatOffsetTable: *const u16,
pub ProcCount: u32,
pub TypeString: *mut u8,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
Version: u32
ProcString: *mut u8
ProcFormatOffsetTable: *const u16
ProcCount: u32
TypeString: *mut u8
Trait Implementations
impl Clone for MIDL_INTERCEPTION_INFO
impl Clone for MIDL_INTERCEPTION_INFO
impl Copy for MIDL_INTERCEPTION_INFO
Auto Trait Implementations
impl RefUnwindSafe for MIDL_INTERCEPTION_INFO
impl !Send for MIDL_INTERCEPTION_INFO
impl !Sync for MIDL_INTERCEPTION_INFO
impl Unpin for MIDL_INTERCEPTION_INFO
impl UnwindSafe for MIDL_INTERCEPTION_INFO
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