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