Struct fidl_fuchsia_hardware_block::BlockMarker
source · pub struct BlockMarker;
Trait Implementations§
source§impl Clone for BlockMarker
impl Clone for BlockMarker
source§fn clone(&self) -> BlockMarker
fn clone(&self) -> BlockMarker
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 BlockMarker
impl Debug for BlockMarker
source§impl Hash for BlockMarker
impl Hash for BlockMarker
source§impl Ord for BlockMarker
impl Ord for BlockMarker
source§fn cmp(&self, other: &BlockMarker) -> Ordering
fn cmp(&self, other: &BlockMarker) -> 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<BlockMarker> for BlockMarker
impl PartialEq<BlockMarker> for BlockMarker
source§fn eq(&self, other: &BlockMarker) -> bool
fn eq(&self, other: &BlockMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<BlockMarker> for BlockMarker
impl PartialOrd<BlockMarker> for BlockMarker
source§fn partial_cmp(&self, other: &BlockMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &BlockMarker) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for BlockMarker
impl ProtocolMarker for BlockMarker
§type Proxy = BlockProxy
type Proxy = BlockProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = BlockRequestStream
type RequestStream = BlockRequestStream
The type of the stream of requests coming into a server.
source§const DEBUG_NAME: &'static str = "(anonymous) Block"
const DEBUG_NAME: &'static str = "(anonymous) Block"
The name of the protocol suitable for debug purposes. Read more
impl Copy for BlockMarker
impl Eq for BlockMarker
impl StructuralEq for BlockMarker
impl StructuralPartialEq for BlockMarker
Auto Trait Implementations§
impl RefUnwindSafe for BlockMarker
impl Send for BlockMarker
impl Sync for BlockMarker
impl Unpin for BlockMarker
impl UnwindSafe for BlockMarker
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