pub struct StarnixNetworksMarker;
Trait Implementations§
Source§impl Clone for StarnixNetworksMarker
impl Clone for StarnixNetworksMarker
Source§fn clone(&self) -> StarnixNetworksMarker
fn clone(&self) -> StarnixNetworksMarker
Returns a copy 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 StarnixNetworksMarker
impl Debug for StarnixNetworksMarker
Source§impl DiscoverableProtocolMarker for StarnixNetworksMarker
impl DiscoverableProtocolMarker for StarnixNetworksMarker
§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 Hash for StarnixNetworksMarker
impl Hash for StarnixNetworksMarker
Source§impl Ord for StarnixNetworksMarker
impl Ord for StarnixNetworksMarker
Source§fn cmp(&self, other: &StarnixNetworksMarker) -> Ordering
fn cmp(&self, other: &StarnixNetworksMarker) -> 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 StarnixNetworksMarker
impl PartialEq for StarnixNetworksMarker
Source§impl PartialOrd for StarnixNetworksMarker
impl PartialOrd for StarnixNetworksMarker
Source§impl ProtocolMarker for StarnixNetworksMarker
impl ProtocolMarker for StarnixNetworksMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.netpol.socketproxy.StarnixNetworks"
const DEBUG_NAME: &'static str = "fuchsia.netpol.socketproxy.StarnixNetworks"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = StarnixNetworksProxy
type Proxy = StarnixNetworksProxy
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 = StarnixNetworksRequestStream
type RequestStream = StarnixNetworksRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = StarnixNetworksSynchronousProxy
type SynchronousProxy = StarnixNetworksSynchronousProxy
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 StarnixNetworksMarker
impl Eq for StarnixNetworksMarker
impl StructuralPartialEq for StarnixNetworksMarker
Auto Trait Implementations§
impl Freeze for StarnixNetworksMarker
impl RefUnwindSafe for StarnixNetworksMarker
impl Send for StarnixNetworksMarker
impl Sync for StarnixNetworksMarker
impl Unpin for StarnixNetworksMarker
impl UnwindSafe for StarnixNetworksMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)