pub struct AudioModeMarker;
Trait Implementations§
source§impl Clone for AudioModeMarker
impl Clone for AudioModeMarker
source§fn clone(&self) -> AudioModeMarker
fn clone(&self) -> AudioModeMarker
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 AudioModeMarker
impl Debug for AudioModeMarker
source§impl DiscoverableProtocolMarker for AudioModeMarker
impl DiscoverableProtocolMarker for AudioModeMarker
§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 AudioModeMarker
impl Hash for AudioModeMarker
source§impl Ord for AudioModeMarker
impl Ord for AudioModeMarker
source§fn cmp(&self, other: &AudioModeMarker) -> Ordering
fn cmp(&self, other: &AudioModeMarker) -> 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<AudioModeMarker> for AudioModeMarker
impl PartialEq<AudioModeMarker> for AudioModeMarker
source§fn eq(&self, other: &AudioModeMarker) -> bool
fn eq(&self, other: &AudioModeMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<AudioModeMarker> for AudioModeMarker
impl PartialOrd<AudioModeMarker> for AudioModeMarker
source§fn partial_cmp(&self, other: &AudioModeMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &AudioModeMarker) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for AudioModeMarker
impl ProtocolMarker for AudioModeMarker
§type Proxy = AudioModeProxy
type Proxy = AudioModeProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = AudioModeRequestStream
type RequestStream = AudioModeRequestStream
The type of the stream of requests coming into a server.
source§const DEBUG_NAME: &'static str = "fuchsia.bluetooth.a2dp.AudioMode"
const DEBUG_NAME: &'static str = "fuchsia.bluetooth.a2dp.AudioMode"
The name of the protocol suitable for debug purposes. Read more
impl Copy for AudioModeMarker
impl Eq for AudioModeMarker
impl StructuralEq for AudioModeMarker
impl StructuralPartialEq for AudioModeMarker
Auto Trait Implementations§
impl RefUnwindSafe for AudioModeMarker
impl Send for AudioModeMarker
impl Sync for AudioModeMarker
impl Unpin for AudioModeMarker
impl UnwindSafe for AudioModeMarker
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