Struct win_sys::SystemServices::RemotableHandle [−][src]
#[repr(C)]pub struct RemotableHandle {
pub fContext: i32,
pub u: RemotableHandle_0,
}Expand description
Required features: Win32_System_SystemServices
Fields
fContext: i32u: RemotableHandle_0Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more