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