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