pub struct Usage2AudioConsumerFactoryMarker;
Trait Implementations§
Source§impl Clone for Usage2AudioConsumerFactoryMarker
impl Clone for Usage2AudioConsumerFactoryMarker
Source§fn clone(&self) -> Usage2AudioConsumerFactoryMarker
fn clone(&self) -> Usage2AudioConsumerFactoryMarker
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 DiscoverableProtocolMarker for Usage2AudioConsumerFactoryMarker
impl DiscoverableProtocolMarker for Usage2AudioConsumerFactoryMarker
§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 Ord for Usage2AudioConsumerFactoryMarker
impl Ord for Usage2AudioConsumerFactoryMarker
Source§fn cmp(&self, other: &Usage2AudioConsumerFactoryMarker) -> Ordering
fn cmp(&self, other: &Usage2AudioConsumerFactoryMarker) -> 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 Usage2AudioConsumerFactoryMarker
impl PartialEq for Usage2AudioConsumerFactoryMarker
Source§fn eq(&self, other: &Usage2AudioConsumerFactoryMarker) -> bool
fn eq(&self, other: &Usage2AudioConsumerFactoryMarker) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for Usage2AudioConsumerFactoryMarker
impl PartialOrd for Usage2AudioConsumerFactoryMarker
Source§impl ProtocolMarker for Usage2AudioConsumerFactoryMarker
impl ProtocolMarker for Usage2AudioConsumerFactoryMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.media.Usage2AudioConsumerFactory"
const DEBUG_NAME: &'static str = "fuchsia.media.Usage2AudioConsumerFactory"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = Usage2AudioConsumerFactoryProxy
type Proxy = Usage2AudioConsumerFactoryProxy
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 = Usage2AudioConsumerFactoryRequestStream
type RequestStream = Usage2AudioConsumerFactoryRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = Usage2AudioConsumerFactorySynchronousProxy
type SynchronousProxy = Usage2AudioConsumerFactorySynchronousProxy
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 Usage2AudioConsumerFactoryMarker
impl Eq for Usage2AudioConsumerFactoryMarker
impl StructuralPartialEq for Usage2AudioConsumerFactoryMarker
Auto Trait Implementations§
impl Freeze for Usage2AudioConsumerFactoryMarker
impl RefUnwindSafe for Usage2AudioConsumerFactoryMarker
impl Send for Usage2AudioConsumerFactoryMarker
impl Sync for Usage2AudioConsumerFactoryMarker
impl Unpin for Usage2AudioConsumerFactoryMarker
impl UnwindSafe for Usage2AudioConsumerFactoryMarker
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