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