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