Struct windows_sys::Win32::System::Rpc::_NDR_SCONTEXT
[−]Expand description
Required features: "Win32_System_Rpc"
Fields
pad: [*mut c_void; 2]
userContext: *mut c_void
Trait Implementations
impl Clone for _NDR_SCONTEXT
impl Clone for _NDR_SCONTEXT
impl Copy for _NDR_SCONTEXT
Auto Trait Implementations
impl RefUnwindSafe for _NDR_SCONTEXT
impl !Send for _NDR_SCONTEXT
impl !Sync for _NDR_SCONTEXT
impl Unpin for _NDR_SCONTEXT
impl UnwindSafe for _NDR_SCONTEXT
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