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