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