pub struct VirtioWaylandImporterMarker;
Trait Implementations§
source§impl Clone for VirtioWaylandImporterMarker
impl Clone for VirtioWaylandImporterMarker
source§fn clone(&self) -> VirtioWaylandImporterMarker
fn clone(&self) -> VirtioWaylandImporterMarker
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 VirtioWaylandImporterMarker
impl Debug for VirtioWaylandImporterMarker
source§impl Hash for VirtioWaylandImporterMarker
impl Hash for VirtioWaylandImporterMarker
source§impl Ord for VirtioWaylandImporterMarker
impl Ord for VirtioWaylandImporterMarker
source§fn cmp(&self, other: &VirtioWaylandImporterMarker) -> Ordering
fn cmp(&self, other: &VirtioWaylandImporterMarker) -> 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 VirtioWaylandImporterMarker
impl PartialEq for VirtioWaylandImporterMarker
source§fn eq(&self, other: &VirtioWaylandImporterMarker) -> bool
fn eq(&self, other: &VirtioWaylandImporterMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for VirtioWaylandImporterMarker
impl PartialOrd for VirtioWaylandImporterMarker
source§fn partial_cmp(&self, other: &VirtioWaylandImporterMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &VirtioWaylandImporterMarker) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for VirtioWaylandImporterMarker
impl ProtocolMarker for VirtioWaylandImporterMarker
§type Proxy = VirtioWaylandImporterProxy
type Proxy = VirtioWaylandImporterProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = VirtioWaylandImporterRequestStream
type RequestStream = VirtioWaylandImporterRequestStream
The type of the stream of requests coming into a server.
§type SynchronousProxy = VirtioWaylandImporterSynchronousProxy
type SynchronousProxy = VirtioWaylandImporterSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.source§const DEBUG_NAME: &'static str = "(anonymous) VirtioWaylandImporter"
const DEBUG_NAME: &'static str = "(anonymous) VirtioWaylandImporter"
The name of the protocol suitable for debug purposes. Read more
impl Copy for VirtioWaylandImporterMarker
impl Eq for VirtioWaylandImporterMarker
impl StructuralEq for VirtioWaylandImporterMarker
impl StructuralPartialEq for VirtioWaylandImporterMarker
Auto Trait Implementations§
impl RefUnwindSafe for VirtioWaylandImporterMarker
impl Send for VirtioWaylandImporterMarker
impl Sync for VirtioWaylandImporterMarker
impl Unpin for VirtioWaylandImporterMarker
impl UnwindSafe for VirtioWaylandImporterMarker
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