pub struct SnapshotMarker;
Trait Implementations§
Source§impl Clone for SnapshotMarker
impl Clone for SnapshotMarker
Source§fn clone(&self) -> SnapshotMarker
fn clone(&self) -> SnapshotMarker
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 SnapshotMarker
impl Debug for SnapshotMarker
Source§impl DiscoverableProtocolMarker for SnapshotMarker
impl DiscoverableProtocolMarker for SnapshotMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Hash for SnapshotMarker
impl Hash for SnapshotMarker
Source§impl Ord for SnapshotMarker
impl Ord for SnapshotMarker
Source§fn cmp(&self, other: &SnapshotMarker) -> Ordering
fn cmp(&self, other: &SnapshotMarker) -> 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 SnapshotMarker
impl PartialEq for SnapshotMarker
Source§impl PartialOrd for SnapshotMarker
impl PartialOrd for SnapshotMarker
Source§impl ProtocolMarker for SnapshotMarker
impl ProtocolMarker for SnapshotMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.ui.scenic.Snapshot"
const DEBUG_NAME: &'static str = "fuchsia.ui.scenic.Snapshot"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = SnapshotProxy
type Proxy = SnapshotProxy
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 = SnapshotRequestStream
type RequestStream = SnapshotRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = SnapshotSynchronousProxy
type SynchronousProxy = SnapshotSynchronousProxy
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 SnapshotMarker
impl Eq for SnapshotMarker
impl StructuralPartialEq for SnapshotMarker
Auto Trait Implementations§
impl Freeze for SnapshotMarker
impl RefUnwindSafe for SnapshotMarker
impl Send for SnapshotMarker
impl Sync for SnapshotMarker
impl Unpin for SnapshotMarker
impl UnwindSafe for SnapshotMarker
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