pub struct WifiLegacyHalMarker;
Trait Implementations§
Source§impl Clone for WifiLegacyHalMarker
impl Clone for WifiLegacyHalMarker
Source§fn clone(&self) -> WifiLegacyHalMarker
fn clone(&self) -> WifiLegacyHalMarker
Returns a duplicate 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 WifiLegacyHalMarker
impl Debug for WifiLegacyHalMarker
Source§impl Hash for WifiLegacyHalMarker
impl Hash for WifiLegacyHalMarker
Source§impl Ord for WifiLegacyHalMarker
impl Ord for WifiLegacyHalMarker
Source§fn cmp(&self, other: &WifiLegacyHalMarker) -> Ordering
fn cmp(&self, other: &WifiLegacyHalMarker) -> 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 WifiLegacyHalMarker
impl PartialEq for WifiLegacyHalMarker
Source§impl PartialOrd for WifiLegacyHalMarker
impl PartialOrd for WifiLegacyHalMarker
Source§impl ProtocolMarker for WifiLegacyHalMarker
impl ProtocolMarker for WifiLegacyHalMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) WifiLegacyHal"
const DEBUG_NAME: &'static str = "(anonymous) WifiLegacyHal"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = WifiLegacyHalProxy
type Proxy = WifiLegacyHalProxy
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 = WifiLegacyHalRequestStream
type RequestStream = WifiLegacyHalRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = WifiLegacyHalSynchronousProxy
type SynchronousProxy = WifiLegacyHalSynchronousProxy
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 WifiLegacyHalMarker
impl Eq for WifiLegacyHalMarker
impl StructuralPartialEq for WifiLegacyHalMarker
Auto Trait Implementations§
impl Freeze for WifiLegacyHalMarker
impl RefUnwindSafe for WifiLegacyHalMarker
impl Send for WifiLegacyHalMarker
impl Sync for WifiLegacyHalMarker
impl Unpin for WifiLegacyHalMarker
impl UnwindSafe for WifiLegacyHalMarker
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