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