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