pub struct GpioMarker;Trait Implementations§
Source§impl Clone for GpioMarker
impl Clone for GpioMarker
Source§fn clone(&self) -> GpioMarker
fn clone(&self) -> GpioMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GpioMarker
impl Debug for GpioMarker
Source§impl Hash for GpioMarker
impl Hash for GpioMarker
Source§impl Ord for GpioMarker
impl Ord for GpioMarker
Source§fn cmp(&self, other: &GpioMarker) -> Ordering
fn cmp(&self, other: &GpioMarker) -> Ordering
1.21.0 (const: unstable) · 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 GpioMarker
impl PartialEq for GpioMarker
Source§fn eq(&self, other: &GpioMarker) -> bool
fn eq(&self, other: &GpioMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GpioMarker
impl PartialOrd for GpioMarker
Source§impl ProtocolMarker for GpioMarker
impl ProtocolMarker for GpioMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) Gpio"
const DEBUG_NAME: &'static str = "(anonymous) Gpio"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = GpioProxy
type Proxy = GpioProxy
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 = GpioRequestStream
type RequestStream = GpioRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = GpioSynchronousProxy
type SynchronousProxy = GpioSynchronousProxy
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 GpioMarker
impl Eq for GpioMarker
impl StructuralPartialEq for GpioMarker
Auto Trait Implementations§
impl Freeze for GpioMarker
impl RefUnwindSafe for GpioMarker
impl Send for GpioMarker
impl Sync for GpioMarker
impl Unpin for GpioMarker
impl UnsafeUnpin for GpioMarker
impl UnwindSafe for GpioMarker
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