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