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