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