pub struct SecureFastRpcMarker;
Trait Implementations§
Source§impl Clone for SecureFastRpcMarker
impl Clone for SecureFastRpcMarker
Source§fn clone(&self) -> SecureFastRpcMarker
fn clone(&self) -> SecureFastRpcMarker
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 Debug for SecureFastRpcMarker
impl Debug for SecureFastRpcMarker
Source§impl DiscoverableProtocolMarker for SecureFastRpcMarker
impl DiscoverableProtocolMarker for SecureFastRpcMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Hash for SecureFastRpcMarker
impl Hash for SecureFastRpcMarker
Source§impl Ord for SecureFastRpcMarker
impl Ord for SecureFastRpcMarker
Source§fn cmp(&self, other: &SecureFastRpcMarker) -> Ordering
fn cmp(&self, other: &SecureFastRpcMarker) -> Ordering
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 PartialEq for SecureFastRpcMarker
impl PartialEq for SecureFastRpcMarker
Source§impl PartialOrd for SecureFastRpcMarker
impl PartialOrd for SecureFastRpcMarker
Source§impl ProtocolMarker for SecureFastRpcMarker
impl ProtocolMarker for SecureFastRpcMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.hardware.qualcomm.fastrpc.SecureFastRpc"
const DEBUG_NAME: &'static str = "fuchsia.hardware.qualcomm.fastrpc.SecureFastRpc"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = SecureFastRpcProxy
type Proxy = SecureFastRpcProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.Source§type RequestStream = SecureFastRpcRequestStream
type RequestStream = SecureFastRpcRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = SecureFastRpcSynchronousProxy
type SynchronousProxy = SecureFastRpcSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.impl Copy for SecureFastRpcMarker
impl Eq for SecureFastRpcMarker
impl StructuralPartialEq for SecureFastRpcMarker
Auto Trait Implementations§
impl Freeze for SecureFastRpcMarker
impl RefUnwindSafe for SecureFastRpcMarker
impl Send for SecureFastRpcMarker
impl Sync for SecureFastRpcMarker
impl Unpin for SecureFastRpcMarker
impl UnwindSafe for SecureFastRpcMarker
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