pub struct EpskcMarker;
Trait Implementations§
Source§impl Clone for EpskcMarker
impl Clone for EpskcMarker
Source§fn clone(&self) -> EpskcMarker
fn clone(&self) -> EpskcMarker
Returns a duplicate 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 EpskcMarker
impl Debug for EpskcMarker
Source§impl Hash for EpskcMarker
impl Hash for EpskcMarker
Source§impl Ord for EpskcMarker
impl Ord for EpskcMarker
Source§fn cmp(&self, other: &EpskcMarker) -> Ordering
fn cmp(&self, other: &EpskcMarker) -> 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 EpskcMarker
impl PartialEq for EpskcMarker
Source§impl PartialOrd for EpskcMarker
impl PartialOrd for EpskcMarker
Source§impl ProtocolMarker for EpskcMarker
impl ProtocolMarker for EpskcMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) Epskc"
const DEBUG_NAME: &'static str = "(anonymous) Epskc"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = EpskcProxy
type Proxy = EpskcProxy
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 = EpskcRequestStream
type RequestStream = EpskcRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = EpskcSynchronousProxy
type SynchronousProxy = EpskcSynchronousProxy
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 EpskcMarker
impl Eq for EpskcMarker
impl StructuralPartialEq for EpskcMarker
Auto Trait Implementations§
impl Freeze for EpskcMarker
impl RefUnwindSafe for EpskcMarker
impl Send for EpskcMarker
impl Sync for EpskcMarker
impl Unpin for EpskcMarker
impl UnwindSafe for EpskcMarker
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