pub struct HostHandle { /* private fields */ }Expand description
Opaque host object handle.
Implementations§
Source§impl HostHandle
impl HostHandle
Trait Implementations§
Source§impl Clone for HostHandle
impl Clone for HostHandle
Source§fn clone(&self) -> HostHandle
fn clone(&self) -> HostHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HostHandle
impl Debug for HostHandle
Source§impl PartialEq for HostHandle
impl PartialEq for HostHandle
Source§fn eq(&self, other: &HostHandle) -> bool
fn eq(&self, other: &HostHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HostHandle
impl Eq for HostHandle
impl StructuralPartialEq for HostHandle
Auto Trait Implementations§
impl Freeze for HostHandle
impl RefUnwindSafe for HostHandle
impl Send for HostHandle
impl Sync for HostHandle
impl Unpin for HostHandle
impl UnsafeUnpin for HostHandle
impl UnwindSafe for HostHandle
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