pub struct PowerServiceMarker;Trait Implementations§
Source§impl Clone for PowerServiceMarker
impl Clone for PowerServiceMarker
Source§fn clone(&self) -> PowerServiceMarker
fn clone(&self) -> PowerServiceMarker
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 moreimpl Copy for PowerServiceMarker
Source§impl Debug for PowerServiceMarker
impl Debug for PowerServiceMarker
impl Eq for PowerServiceMarker
Source§impl Hash for PowerServiceMarker
impl Hash for PowerServiceMarker
Source§impl Ord for PowerServiceMarker
impl Ord for PowerServiceMarker
Source§fn cmp(&self, other: &PowerServiceMarker) -> Ordering
fn cmp(&self, other: &PowerServiceMarker) -> 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 PowerServiceMarker
impl PartialEq for PowerServiceMarker
Source§fn eq(&self, other: &PowerServiceMarker) -> bool
fn eq(&self, other: &PowerServiceMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PowerServiceMarker
impl PartialOrd for PowerServiceMarker
Source§impl ServiceMarker for PowerServiceMarker
Available on Fuchsia only.
impl ServiceMarker for PowerServiceMarker
Available on Fuchsia only.
Source§const SERVICE_NAME: &'static str = "fuchsia.gpu.magma.PowerService"
const SERVICE_NAME: &'static str = "fuchsia.gpu.magma.PowerService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = PowerServiceProxy
type Proxy = PowerServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = PowerServiceRequest
type Request = PowerServiceRequest
The request type for this particular FIDL service.
impl StructuralPartialEq for PowerServiceMarker
Auto Trait Implementations§
impl Freeze for PowerServiceMarker
impl RefUnwindSafe for PowerServiceMarker
impl Send for PowerServiceMarker
impl Sync for PowerServiceMarker
impl Unpin for PowerServiceMarker
impl UnsafeUnpin for PowerServiceMarker
impl UnwindSafe for PowerServiceMarker
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