Struct windows_sys::Win32::System::SystemServices::RemotableHandle
[−]#[repr(C)]pub struct RemotableHandle {
pub fContext: i32,
pub u: RemotableHandle_0,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
fContext: i32
u: RemotableHandle_0
Trait Implementations
impl Clone for RemotableHandle
impl Clone for RemotableHandle
impl Copy for RemotableHandle
Auto Trait Implementations
impl RefUnwindSafe for RemotableHandle
impl Send for RemotableHandle
impl Sync for RemotableHandle
impl Unpin for RemotableHandle
impl UnwindSafe for RemotableHandle
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