pub struct PerformanceCounterEventsMarker;
Trait Implementations§
Source§impl Clone for PerformanceCounterEventsMarker
impl Clone for PerformanceCounterEventsMarker
Source§fn clone(&self) -> PerformanceCounterEventsMarker
fn clone(&self) -> PerformanceCounterEventsMarker
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 Ord for PerformanceCounterEventsMarker
impl Ord for PerformanceCounterEventsMarker
Source§fn cmp(&self, other: &PerformanceCounterEventsMarker) -> Ordering
fn cmp(&self, other: &PerformanceCounterEventsMarker) -> 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 PerformanceCounterEventsMarker
impl PartialEq for PerformanceCounterEventsMarker
Source§fn eq(&self, other: &PerformanceCounterEventsMarker) -> bool
fn eq(&self, other: &PerformanceCounterEventsMarker) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for PerformanceCounterEventsMarker
impl PartialOrd for PerformanceCounterEventsMarker
Source§impl ProtocolMarker for PerformanceCounterEventsMarker
impl ProtocolMarker for PerformanceCounterEventsMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) PerformanceCounterEvents"
const DEBUG_NAME: &'static str = "(anonymous) PerformanceCounterEvents"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = PerformanceCounterEventsProxy
type Proxy = PerformanceCounterEventsProxy
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 = PerformanceCounterEventsRequestStream
type RequestStream = PerformanceCounterEventsRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = PerformanceCounterEventsSynchronousProxy
type SynchronousProxy = PerformanceCounterEventsSynchronousProxy
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 PerformanceCounterEventsMarker
impl Eq for PerformanceCounterEventsMarker
impl StructuralPartialEq for PerformanceCounterEventsMarker
Auto Trait Implementations§
impl Freeze for PerformanceCounterEventsMarker
impl RefUnwindSafe for PerformanceCounterEventsMarker
impl Send for PerformanceCounterEventsMarker
impl Sync for PerformanceCounterEventsMarker
impl Unpin for PerformanceCounterEventsMarker
impl UnwindSafe for PerformanceCounterEventsMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)