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