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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StreamConfigConnectorServiceMarker
impl Eq for StreamConfigConnectorServiceMarker
Source§impl Ord for StreamConfigConnectorServiceMarker
impl Ord for StreamConfigConnectorServiceMarker
Source§fn cmp(&self, other: &StreamConfigConnectorServiceMarker) -> Ordering
fn cmp(&self, other: &StreamConfigConnectorServiceMarker) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for StreamConfigConnectorServiceMarker
impl PartialOrd for StreamConfigConnectorServiceMarker
Source§impl ServiceMarker for StreamConfigConnectorServiceMarker
Available on Fuchsia only.
impl ServiceMarker for StreamConfigConnectorServiceMarker
Available on Fuchsia only.
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 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 UnsafeUnpin 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