pub struct DisplayServiceMarker;
Trait Implementations§
Source§impl Clone for DisplayServiceMarker
impl Clone for DisplayServiceMarker
Source§fn clone(&self) -> DisplayServiceMarker
fn clone(&self) -> DisplayServiceMarker
Returns a duplicate 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 DisplayServiceMarker
impl Debug for DisplayServiceMarker
Source§impl Hash for DisplayServiceMarker
impl Hash for DisplayServiceMarker
Source§impl Ord for DisplayServiceMarker
impl Ord for DisplayServiceMarker
Source§fn cmp(&self, other: &DisplayServiceMarker) -> Ordering
fn cmp(&self, other: &DisplayServiceMarker) -> 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 DisplayServiceMarker
impl PartialEq for DisplayServiceMarker
Source§impl PartialOrd for DisplayServiceMarker
impl PartialOrd for DisplayServiceMarker
Source§impl ServiceMarker for DisplayServiceMarker
impl ServiceMarker for DisplayServiceMarker
Source§const SERVICE_NAME: &'static str = "fuchsia.hardware.google.nanohub.DisplayService"
const SERVICE_NAME: &'static str = "fuchsia.hardware.google.nanohub.DisplayService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = DisplayServiceProxy
type Proxy = DisplayServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = DisplayServiceRequest
type Request = DisplayServiceRequest
The request type for this particular FIDL service.
impl Copy for DisplayServiceMarker
impl Eq for DisplayServiceMarker
impl StructuralPartialEq for DisplayServiceMarker
Auto Trait Implementations§
impl Freeze for DisplayServiceMarker
impl RefUnwindSafe for DisplayServiceMarker
impl Send for DisplayServiceMarker
impl Sync for DisplayServiceMarker
impl Unpin for DisplayServiceMarker
impl UnwindSafe for DisplayServiceMarker
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