pub struct IioMarker;
Trait Implementations§
Source§impl DiscoverableProtocolMarker for IioMarker
impl DiscoverableProtocolMarker for IioMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Ord for IioMarker
impl Ord for IioMarker
Source§impl PartialOrd for IioMarker
impl PartialOrd for IioMarker
Source§impl ProtocolMarker for IioMarker
impl ProtocolMarker for IioMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.hardware.qcom.hvdcpopti.Iio"
const DEBUG_NAME: &'static str = "fuchsia.hardware.qcom.hvdcpopti.Iio"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = IioProxy
type Proxy = IioProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.Source§type RequestStream = IioRequestStream
type RequestStream = IioRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = IioSynchronousProxy
type SynchronousProxy = IioSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.impl Copy for IioMarker
impl Eq for IioMarker
impl StructuralPartialEq for IioMarker
Auto Trait Implementations§
impl Freeze for IioMarker
impl RefUnwindSafe for IioMarker
impl Send for IioMarker
impl Sync for IioMarker
impl Unpin for IioMarker
impl UnwindSafe for IioMarker
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