Type Alias Dialect

Source
pub type Dialect = DefaultFuchsiaResourceDialect;

Aliased Type§

struct Dialect;

Trait Implementations

§

impl Clone for DefaultFuchsiaResourceDialect

§

fn clone(&self) -> DefaultFuchsiaResourceDialect

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for DefaultFuchsiaResourceDialect

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for DefaultFuchsiaResourceDialect

§

fn default() -> DefaultFuchsiaResourceDialect

Returns the “default value” for a type. Read more
§

impl ResourceDialect for DefaultFuchsiaResourceDialect

§

type Handle = Handle

Handle type used in this dialect.
§

type MessageBufEtc = MessageBufEtc

Message buffer type used in this dialect.
§

type ProxyChannel = Channel

Channel type used for proxies in this dialect.
§

fn with_tls_buf<R>( f: impl FnOnce(&mut TlsBuf<DefaultFuchsiaResourceDialect>) -> R, ) -> R

Get a thread-local common instance of TlsBuf
§

impl Copy for DefaultFuchsiaResourceDialect