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