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