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