pub struct DriverConfigMarker;Trait Implementations§
Source§impl Clone for DriverConfigMarker
impl Clone for DriverConfigMarker
Source§fn clone(&self) -> DriverConfigMarker
fn clone(&self) -> DriverConfigMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DriverConfigMarker
Source§impl Debug for DriverConfigMarker
impl Debug for DriverConfigMarker
Source§impl DiscoverableProtocolMarker for DriverConfigMarker
impl DiscoverableProtocolMarker for DriverConfigMarker
Source§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).
impl Eq for DriverConfigMarker
Source§impl Hash for DriverConfigMarker
impl Hash for DriverConfigMarker
Source§impl Ord for DriverConfigMarker
impl Ord for DriverConfigMarker
Source§fn cmp(&self, other: &DriverConfigMarker) -> Ordering
fn cmp(&self, other: &DriverConfigMarker) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for DriverConfigMarker
impl PartialEq for DriverConfigMarker
Source§impl PartialOrd for DriverConfigMarker
impl PartialOrd for DriverConfigMarker
Source§impl ProtocolMarker for DriverConfigMarker
impl ProtocolMarker for DriverConfigMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.hardware.google.odpm.DriverConfig"
const DEBUG_NAME: &'static str = "fuchsia.hardware.google.odpm.DriverConfig"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = DriverConfigProxy
type Proxy = DriverConfigProxy
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 = DriverConfigRequestStream
type RequestStream = DriverConfigRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = DriverConfigSynchronousProxy
type SynchronousProxy = DriverConfigSynchronousProxy
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 StructuralPartialEq for DriverConfigMarker
Auto Trait Implementations§
impl Freeze for DriverConfigMarker
impl RefUnwindSafe for DriverConfigMarker
impl Send for DriverConfigMarker
impl Sync for DriverConfigMarker
impl Unpin for DriverConfigMarker
impl UnsafeUnpin for DriverConfigMarker
impl UnwindSafe for DriverConfigMarker
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