pub struct SdmmcService;Expand description
The type corresponding to the SdmmcService service.
Trait Implementations§
Source§impl Debug for SdmmcService
impl Debug for SdmmcService
Source§impl DiscoverableService for SdmmcService
impl DiscoverableService for SdmmcService
Source§const SERVICE_NAME: &'static str = "fuchsia.hardware.sdmmc.SdmmcService"
const SERVICE_NAME: &'static str = "fuchsia.hardware.sdmmc.SdmmcService"
The name of this service.
Source§const MEMBER_NAMES: &'static [&'static str]
const MEMBER_NAMES: &'static [&'static str]
The members of this service.
Source§impl<___H, ___T> DispatchServiceHandler<___H, ___T> for SdmmcServicewhere
___H: SdmmcServiceHandler,
DriverChannel: InstanceFromServiceTransport<___T>,
impl<___H, ___T> DispatchServiceHandler<___H, ___T> for SdmmcServicewhere
___H: SdmmcServiceHandler,
DriverChannel: InstanceFromServiceTransport<___T>,
Source§fn on_connection(handler: &___H, member: &str, server_end: ___T)
fn on_connection(handler: &___H, member: &str, server_end: ___T)
Handles a received connection request with the given handler.
Source§impl<___C> Service<___C> for SdmmcServicewhere
___C: ServiceConnector<DriverChannel>,
impl<___C> Service<___C> for SdmmcServicewhere
___C: ServiceConnector<DriverChannel>,
Source§type Connector = SdmmcServiceConnector<___C>
type Connector = SdmmcServiceConnector<___C>
The connector for the service. It must be a
#[repr(transparent)]
wrapper around C.impl HasServiceRequest<DriverChannel> for SdmmcService
Auto Trait Implementations§
impl Freeze for SdmmcService
impl RefUnwindSafe for SdmmcService
impl Send for SdmmcService
impl Sync for SdmmcService
impl Unpin for SdmmcService
impl UnwindSafe for SdmmcService
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]