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