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