Struct vc6_sys::_RemotableHandle
source · #[repr(C)]pub struct _RemotableHandle {
pub fContext: c_long,
pub u: _RemotableHandle___MIDL_IWinTypes_0009,
}Fields§
§fContext: c_long§u: _RemotableHandle___MIDL_IWinTypes_0009Trait Implementations§
source§impl Clone for _RemotableHandle
impl Clone for _RemotableHandle
source§fn clone(&self) -> _RemotableHandle
fn clone(&self) -> _RemotableHandle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more