pub struct StreamConfigServiceMarker;
Trait Implementations§
Source§impl Clone for StreamConfigServiceMarker
impl Clone for StreamConfigServiceMarker
Source§fn clone(&self) -> StreamConfigServiceMarker
fn clone(&self) -> StreamConfigServiceMarker
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 StreamConfigServiceMarker
impl Debug for StreamConfigServiceMarker
Source§impl Hash for StreamConfigServiceMarker
impl Hash for StreamConfigServiceMarker
Source§impl Ord for StreamConfigServiceMarker
impl Ord for StreamConfigServiceMarker
Source§fn cmp(&self, other: &StreamConfigServiceMarker) -> Ordering
fn cmp(&self, other: &StreamConfigServiceMarker) -> 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 PartialOrd for StreamConfigServiceMarker
impl PartialOrd for StreamConfigServiceMarker
Source§impl ServiceMarker for StreamConfigServiceMarker
impl ServiceMarker for StreamConfigServiceMarker
Source§const SERVICE_NAME: &'static str = "fuchsia.hardware.audio.StreamConfigService"
const SERVICE_NAME: &'static str = "fuchsia.hardware.audio.StreamConfigService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = StreamConfigServiceProxy
type Proxy = StreamConfigServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = StreamConfigServiceRequest
type Request = StreamConfigServiceRequest
The request type for this particular FIDL service.
impl Copy for StreamConfigServiceMarker
impl Eq for StreamConfigServiceMarker
impl StructuralPartialEq for StreamConfigServiceMarker
Auto Trait Implementations§
impl Freeze for StreamConfigServiceMarker
impl RefUnwindSafe for StreamConfigServiceMarker
impl Send for StreamConfigServiceMarker
impl Sync for StreamConfigServiceMarker
impl Unpin for StreamConfigServiceMarker
impl UnwindSafe for StreamConfigServiceMarker
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
)