pub struct StreamConfigConnectorInputServiceMarker;
Trait Implementations§
Source§impl Clone for StreamConfigConnectorInputServiceMarker
impl Clone for StreamConfigConnectorInputServiceMarker
Source§fn clone(&self) -> StreamConfigConnectorInputServiceMarker
fn clone(&self) -> StreamConfigConnectorInputServiceMarker
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 Ord for StreamConfigConnectorInputServiceMarker
impl Ord for StreamConfigConnectorInputServiceMarker
Source§fn cmp(&self, other: &StreamConfigConnectorInputServiceMarker) -> Ordering
fn cmp(&self, other: &StreamConfigConnectorInputServiceMarker) -> 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 StreamConfigConnectorInputServiceMarker
impl PartialEq for StreamConfigConnectorInputServiceMarker
Source§fn eq(&self, other: &StreamConfigConnectorInputServiceMarker) -> bool
fn eq(&self, other: &StreamConfigConnectorInputServiceMarker) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for StreamConfigConnectorInputServiceMarker
impl PartialOrd for StreamConfigConnectorInputServiceMarker
Source§impl ServiceMarker for StreamConfigConnectorInputServiceMarker
impl ServiceMarker for StreamConfigConnectorInputServiceMarker
Source§const SERVICE_NAME: &'static str = "fuchsia.hardware.audio.StreamConfigConnectorInputService"
const SERVICE_NAME: &'static str = "fuchsia.hardware.audio.StreamConfigConnectorInputService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = StreamConfigConnectorInputServiceProxy
type Proxy = StreamConfigConnectorInputServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = StreamConfigConnectorInputServiceRequest
type Request = StreamConfigConnectorInputServiceRequest
The request type for this particular FIDL service.
impl Copy for StreamConfigConnectorInputServiceMarker
impl Eq for StreamConfigConnectorInputServiceMarker
impl StructuralPartialEq for StreamConfigConnectorInputServiceMarker
Auto Trait Implementations§
impl Freeze for StreamConfigConnectorInputServiceMarker
impl RefUnwindSafe for StreamConfigConnectorInputServiceMarker
impl Send for StreamConfigConnectorInputServiceMarker
impl Sync for StreamConfigConnectorInputServiceMarker
impl Unpin for StreamConfigConnectorInputServiceMarker
impl UnwindSafe for StreamConfigConnectorInputServiceMarker
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