pub struct ClientEnd<T: ProtocolMarker> { /* private fields */ }
Expand description
The Client
end of a FIDL connection.
Implementations§
Source§impl<T: ProtocolMarker> ClientEnd<T>
impl<T: ProtocolMarker> ClientEnd<T>
Source§impl<'c, T: ProtocolMarker> ClientEnd<T>
impl<'c, T: ProtocolMarker> ClientEnd<T>
Sourcepub fn into_proxy(self) -> T::Proxy
pub fn into_proxy(self) -> T::Proxy
Convert the ClientEnd
into a Proxy
through which FIDL calls may be made.
Trait Implementations§
Source§impl<T: ProtocolMarker> AsHandleRef for ClientEnd<T>
impl<T: ProtocolMarker> AsHandleRef for ClientEnd<T>
Source§impl<T: ProtocolMarker> EncodableAsHandle for ClientEnd<T>
impl<T: ProtocolMarker> EncodableAsHandle for ClientEnd<T>
Source§type Dialect = FDomainResourceDialect
type Dialect = FDomainResourceDialect
What resource dialect can encode this object as a handle.
Source§impl<T: Ord + ProtocolMarker> Ord for ClientEnd<T>
impl<T: Ord + ProtocolMarker> Ord for ClientEnd<T>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<T: PartialOrd + ProtocolMarker> PartialOrd for ClientEnd<T>
impl<T: PartialOrd + ProtocolMarker> PartialOrd for ClientEnd<T>
impl<T: Eq + ProtocolMarker> Eq for ClientEnd<T>
impl<T: ProtocolMarker> StructuralPartialEq for ClientEnd<T>
Auto Trait Implementations§
impl<T> Freeze for ClientEnd<T>
impl<T> RefUnwindSafe for ClientEnd<T>where
T: RefUnwindSafe,
impl<T> Send for ClientEnd<T>
impl<T> Sync for ClientEnd<T>
impl<T> Unpin for ClientEnd<T>where
T: Unpin,
impl<T> UnwindSafe for ClientEnd<T>where
T: UnwindSafe,
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