pub struct WlanPhyMarker;Trait Implementations§
Source§impl Clone for WlanPhyMarker
impl Clone for WlanPhyMarker
Source§fn clone(&self) -> WlanPhyMarker
fn clone(&self) -> WlanPhyMarker
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 WlanPhyMarker
Source§impl Debug for WlanPhyMarker
impl Debug for WlanPhyMarker
Source§impl DiscoverableProtocolMarker for WlanPhyMarker
impl DiscoverableProtocolMarker for WlanPhyMarker
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 WlanPhyMarker
Source§impl Hash for WlanPhyMarker
impl Hash for WlanPhyMarker
Source§impl Ord for WlanPhyMarker
impl Ord for WlanPhyMarker
Source§fn cmp(&self, other: &WlanPhyMarker) -> Ordering
fn cmp(&self, other: &WlanPhyMarker) -> 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
Source§impl PartialEq for WlanPhyMarker
impl PartialEq for WlanPhyMarker
Source§fn eq(&self, other: &WlanPhyMarker) -> bool
fn eq(&self, other: &WlanPhyMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WlanPhyMarker
impl PartialOrd for WlanPhyMarker
Source§impl ProtocolMarker for WlanPhyMarker
impl ProtocolMarker for WlanPhyMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.wlan.phy.WlanPhy"
const DEBUG_NAME: &'static str = "fuchsia.wlan.phy.WlanPhy"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = WlanPhyProxy
type Proxy = WlanPhyProxy
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 = WlanPhyRequestStream
type RequestStream = WlanPhyRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = WlanPhySynchronousProxy
type SynchronousProxy = WlanPhySynchronousProxy
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 WlanPhyMarker
Auto Trait Implementations§
impl Freeze for WlanPhyMarker
impl RefUnwindSafe for WlanPhyMarker
impl Send for WlanPhyMarker
impl Sync for WlanPhyMarker
impl Unpin for WlanPhyMarker
impl UnsafeUnpin for WlanPhyMarker
impl UnwindSafe for WlanPhyMarker
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