pub struct VmoMarker;Trait Implementations§
impl Copy for VmoMarker
impl Eq for VmoMarker
Source§impl Ord for VmoMarker
impl Ord for VmoMarker
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for VmoMarker
impl PartialOrd for VmoMarker
Source§impl ProtocolMarker for VmoMarker
impl ProtocolMarker for VmoMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) Vmo"
const DEBUG_NAME: &'static str = "(anonymous) Vmo"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = VmoProxy
type Proxy = VmoProxy
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 = VmoRequestStream
type RequestStream = VmoRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = VmoSynchronousProxy
type SynchronousProxy = VmoSynchronousProxy
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 StructuralPartialEq for VmoMarker
Auto Trait Implementations§
impl Freeze for VmoMarker
impl RefUnwindSafe for VmoMarker
impl Send for VmoMarker
impl Sync for VmoMarker
impl Unpin for VmoMarker
impl UnsafeUnpin for VmoMarker
impl UnwindSafe for VmoMarker
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