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