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