pub struct TouchScreenMarker;
Trait Implementations§
Source§impl Clone for TouchScreenMarker
impl Clone for TouchScreenMarker
Source§fn clone(&self) -> TouchScreenMarker
fn clone(&self) -> TouchScreenMarker
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 TouchScreenMarker
impl Debug for TouchScreenMarker
Source§impl Hash for TouchScreenMarker
impl Hash for TouchScreenMarker
Source§impl Ord for TouchScreenMarker
impl Ord for TouchScreenMarker
Source§fn cmp(&self, other: &TouchScreenMarker) -> Ordering
fn cmp(&self, other: &TouchScreenMarker) -> 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 TouchScreenMarker
impl PartialEq for TouchScreenMarker
Source§impl PartialOrd for TouchScreenMarker
impl PartialOrd for TouchScreenMarker
Source§impl ProtocolMarker for TouchScreenMarker
impl ProtocolMarker for TouchScreenMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) TouchScreen"
const DEBUG_NAME: &'static str = "(anonymous) TouchScreen"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = TouchScreenProxy
type Proxy = TouchScreenProxy
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 = TouchScreenRequestStream
type RequestStream = TouchScreenRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = TouchScreenSynchronousProxy
type SynchronousProxy = TouchScreenSynchronousProxy
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 TouchScreenMarker
impl Eq for TouchScreenMarker
impl StructuralPartialEq for TouchScreenMarker
Auto Trait Implementations§
impl Freeze for TouchScreenMarker
impl RefUnwindSafe for TouchScreenMarker
impl Send for TouchScreenMarker
impl Sync for TouchScreenMarker
impl Unpin for TouchScreenMarker
impl UnwindSafe for TouchScreenMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)