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