#[repr(C)]pub struct RemotableHandle {
pub fContext: LONG,
pub u: RemotableHandle_u,
}
Fields§
§fContext: LONG
§u: RemotableHandle_u
Trait 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 moreSource§impl Default for RemotableHandle
impl Default for RemotableHandle
Source§fn default() -> RemotableHandle
fn default() -> RemotableHandle
Returns the “default value” for a type. Read more
impl Copy for RemotableHandle
Auto Trait Implementations§
impl Freeze for RemotableHandle
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