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