Structs§
- Driver
Channel - A fidl-compatible driver channel that also holds a reference to the
dispatcher. Defaults to using
CurrentDispatcher. - Driver
Recv State - The inner state of a receive future used by [
fidl_next::protocol::Transport]. - Exclusive
- The exclusive part of a driver channel.
- Recv
Buffer - Send
Buffer - A channel buffer.
- Shared
- The shared part of a driver channel.
Functions§
- create_
channel - Creates a pair of [
fidl_next::ClientEnd] and [fidl_next::ServerEnd] backed by a new pair ofDriverChannels using the defaultCurrentDispatcher - create_
channel_ with_ dispatcher - Creates a pair of [
fidl_next::ClientEnd] and [fidl_next::ServerEnd] backed by a new pair ofDriverChannels using dispatchers of typeD, whereDimplementsClone - create_
channel_ with_ dispatchers - Creates a pair of [
fidl_next::ClientEnd] and [fidl_next::ServerEnd] backed by a new pair ofDriverChannels using dispatchers of typeD.
Unions§
- Wire
Driver Channel - The FIDL wire type for
DriverChannel. - Wire
Optional Driver Channel - The FIDL wire type for optional
DriverChannels.